#D15F79

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

Shades of Cabaret #D15F79

Tints of Cabaret #D15F79

Color information

#D15F79 (or 0xD15F79) is unknown color: approx Cabaret. HEX triplet: D1, 5F and 79. RGB value is (209,95,121). Sum of RGB (Red+Green+Blue) = 209+95+121=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F79 is #2EA086. Grayscale: #848484. Windows color (decimal): -3055751 or 7954385. OLE color: 7954385.

HSL color Cylindrical-coordinate representation of color #D15F79: hue angle of 346.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F79 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB20995121-
CMYK00.550.420.18
HSL346.32º55.34%59.61%-
HSV(B)346.32º54.55%81.96%-
XYZ33.8423.1220.77-
YUV132.05121.77182.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.18%
GREEN value IS 95 (37.5% from 255) = 22.35%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=49.18%
G=22.35%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099512100.550.420.18346.3255.3459.61
HexD15F790372A1215a373c
Octal32113717106752225326774
Binary1101000110111111111001011011110101010010101011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F79; }

 p { color: rgb(209,95,121); }

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

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

 a { background-color: rgb(209,95,121); }

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

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

 span { border-color: rgb(209,95,121); }

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