#D45E6E

Color #D45E6E Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #D45E6E

Tints of Cabaret #D45E6E

Color information

#D45E6E (or 0xD45E6E) is unknown color: approx Cabaret. HEX triplet: D4, 5E and 6E. RGB value is (212,94,110). Sum of RGB (Red+Green+Blue) = 212+94+110=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45E6E is #2BA191. Grayscale: #838383. Windows color (decimal): -2859410 or 7233236. OLE color: 7233236.

HSL color Cylindrical-coordinate representation of color #D45E6E: hue angle of 351.86º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45E6E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB21294110-
CMYK00.560.480.17
HSL351.86º57.84%60%-
HSV(B)351.86º55.66%83.14%-
XYZ33.9723.1317.43-
YUV131.11116.09185.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 50.96%
GREEN value IS 94 (37.11% from 255) = 22.60%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=50.96%
G=22.60%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129411000.560.480.17351.8657.8460
HexD45E6E03830111603a3c
Octal32413615607060215407274
Binary1101010010111101101110011100011000010001101100000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45E6E; }

 p { color: rgb(212,94,110); }

 H1.HeaderClassName
 {
   color: #D45E6E;
 }
 .AnyTagClassName
 {
   color: #D45E6E;
 }
</style>
background-color css

<style>
 a { background-color: #D45E6E; }

 a { background-color: rgb(212,94,110); }

 div.DivClassName
 {
   background-color: #D45E6E;
 }
 .BgClassName
 {
   background-color: #D45E6E;
 }
</style>
border-color css

<style>
 span { border-color: #D45E6E; }

 span { border-color: rgb(212,94,110); }

 td.TdClassName
 {
   border-color: #D45E6E;
 }
 .TagClassName
 {
   border-color: #D45E6E;
 }
</style>