#D15064

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

Shades of Cabaret #D15064

Tints of Cabaret #D15064

Color information

#D15064 (or 0xD15064) is unknown color: approx Cabaret. HEX triplet: D1, 50 and 64. RGB value is (209,80,100). Sum of RGB (Red+Green+Blue) = 209+80+100=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D15064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15064 is #2EAF9B. Grayscale: #787878. Windows color (decimal): -3059612 or 6574289. OLE color: 6574289.

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

Color convert

RGB20980100-
CMYK00.620.520.18
HSL350.7º58.37%56.67%-
HSV(B)350.7º61.72%81.96%-
XYZ31.4620.2114.3-
YUV120.85116.24190.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.73%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=53.73%
G=20.57%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098010000.620.520.18350.758.3756.67
HexD1506403E341215f3a39
Octal32112014407664225377271
Binary1101000110100001100100011111011010010010101011111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15064; }

 p { color: rgb(209,80,100); }

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

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

 a { background-color: rgb(209,80,100); }

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

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

 span { border-color: rgb(209,80,100); }

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