#D15E73

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

Shades of Cabaret #D15E73

Tints of Cabaret #D15E73

Color information

#D15E73 (or 0xD15E73) is unknown color: approx Cabaret. HEX triplet: D1, 5E and 73. RGB value is (209,94,115). Sum of RGB (Red+Green+Blue) = 209+94+115=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E73 is #2EA18C. Grayscale: #828282. Windows color (decimal): -3056013 or 7560913. OLE color: 7560913.

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

Color convert

RGB20994115-
CMYK00.550.450.18
HSL349.04º55.56%59.41%-
HSV(B)349.04º55.02%81.96%-
XYZ33.3922.818.86-
YUV130.78119.1183.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 22.49%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=50%
G=22.49%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099411500.550.450.18349.0455.5659.41
HexD15E730372D1215d383b
Octal32113616306755225357073
Binary1101000110111101110011011011110110110010101011101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E73; }

 p { color: rgb(209,94,115); }

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

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

 a { background-color: rgb(209,94,115); }

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

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

 span { border-color: rgb(209,94,115); }

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