#D15974

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

Shades of Cabaret #D15974

Tints of Cabaret #D15974

Color information

#D15974 (or 0xD15974) is unknown color: approx Cabaret. HEX triplet: D1, 59 and 74. RGB value is (209,89,116). Sum of RGB (Red+Green+Blue) = 209+89+116=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D15974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15974 is #2EA68B. Grayscale: #7F7F7F. Windows color (decimal): -3057292 or 7625169. OLE color: 7625169.

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

Color convert

RGB20989116-
CMYK00.570.440.18
HSL346.5º56.6%58.43%-
HSV(B)346.5º57.42%81.96%-
XYZ33.0221.9619.02-
YUV127.96121.26185.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.48%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=50.48%
G=21.50%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098911600.570.440.18346.556.658.43
HexD159740392C1215a393a
Octal32113116407154225327172
Binary1101000110110011110100011100110110010010101011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15974; }

 p { color: rgb(209,89,116); }

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

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

 a { background-color: rgb(209,89,116); }

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

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

 span { border-color: rgb(209,89,116); }

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