#D15671

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

Shades of Cabaret #D15671

Tints of Cabaret #D15671

Color information

#D15671 (or 0xD15671) is unknown color: approx Cabaret. HEX triplet: D1, 56 and 71. RGB value is (209,86,113). Sum of RGB (Red+Green+Blue) = 209+86+113=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D15671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15671 is #2EA98E. Grayscale: #7D7D7D. Windows color (decimal): -3058063 or 7427793. OLE color: 7427793.

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

Color convert

RGB20986113-
CMYK00.590.460.18
HSL346.83º57.21%57.84%-
HSV(B)346.83º58.85%81.96%-
XYZ32.621.418.04-
YUV125.86120.75187.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.23%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=51.23%
G=21.08%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098611300.590.460.18346.8357.2157.84
HexD1567103B2E1215b393a
Octal32112616107356225337172
Binary1101000110101101110001011101110111010010101011011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15671; }

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

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

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

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

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

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

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

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