#D15D71

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

Shades of Cabaret #D15D71

Tints of Cabaret #D15D71

Color information

#D15D71 (or 0xD15D71) is unknown color: approx Cabaret. HEX triplet: D1, 5D and 71. RGB value is (209,93,113). Sum of RGB (Red+Green+Blue) = 209+93+113=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D71 is #2EA28E. Grayscale: #828282. Windows color (decimal): -3056271 or 7429585. OLE color: 7429585.

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

Color convert

RGB20993113-
CMYK00.560.460.18
HSL349.66º55.77%59.22%-
HSV(B)349.66º55.5%81.96%-
XYZ33.1922.5818.23-
YUV129.96118.43184.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=50.36%
G=22.41%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099311300.560.460.18349.6655.7759.22
HexD15D710382E1215e383b
Octal32113516107056225367073
Binary1101000110111011110001011100010111010010101011110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15D71; }

 p { color: rgb(209,93,113); }

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

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

 a { background-color: rgb(209,93,113); }

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

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

 span { border-color: rgb(209,93,113); }

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