#D14864

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

Shades of Cabaret #D14864

Tints of Cabaret #D14864

Color information

#D14864 (or 0xD14864) is unknown color: approx Cabaret. HEX triplet: D1, 48 and 64. RGB value is (209,72,100). Sum of RGB (Red+Green+Blue) = 209+72+100=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D14864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14864 is #2EB79B. Grayscale: #747474. Windows color (decimal): -3061660 or 6572241. OLE color: 6572241.

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

Color convert

RGB20972100-
CMYK00.660.520.18
HSL347.74º59.83%55.1%-
HSV(B)347.74º65.55%81.96%-
XYZ30.9119.1114.12-
YUV116.16118.89194.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.86%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=54.86%
G=18.90%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097210000.660.520.18347.7459.8355.1
HexD14864042341215c3c37
Octal321110144010264225347467
Binary11010001100100011001000100001011010010010101011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14864; }

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

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

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

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

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

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

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

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