#D45D76

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

Shades of Cabaret #D45D76

Tints of Cabaret #D45D76

Color information

#D45D76 (or 0xD45D76) is unknown color: approx Cabaret. HEX triplet: D4, 5D and 76. RGB value is (212,93,118). Sum of RGB (Red+Green+Blue) = 212+93+118=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45D76 is #2BA289. Grayscale: #838383. Windows color (decimal): -2859658 or 7757268. OLE color: 7757268.

HSL color Cylindrical-coordinate representation of color #D45D76: hue angle of 347.39º 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 #D45D76 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB21293118-
CMYK00.560.440.17
HSL347.39º58.05%59.8%-
HSV(B)347.39º56.13%83.14%-
XYZ34.3423.1319.8-
YUV131.43120.42185.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=50.12%
G=21.99%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129311800.560.440.17347.3958.0559.8
HexD45D760382C1115b3a3c
Octal32413516607054215337274
Binary1101010010111011110110011100010110010001101011011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45D76; }

 p { color: rgb(212,93,118); }

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

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

 a { background-color: rgb(212,93,118); }

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

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

 span { border-color: rgb(212,93,118); }

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