#d14464

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

Shades of Cabaret #D14464

Tints of Cabaret #D14464

Color information

#D14464 (or 0xD14464) is unknown color: approx Cabaret. HEX triplet: D1, 44 and 64. RGB value is (209,68,100). Sum of RGB (Red+Green+Blue) = 209+68+100=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D14464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14464 is #2EBB9B. Grayscale: #717171. Windows color (decimal): -3062684 or 6571217. OLE color: 6571217.

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

Color convert

RGB20968100-
CMYK00.670.520.18
HSL346.38º60.52%54.31%-
HSV(B)346.38º67.46%81.96%-
XYZ30.6618.6114.03-
YUV113.81120.21195.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.44%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=55.44%
G=18.04%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096810000.670.520.18346.3860.5254.31
HexD14464043341215a3d36
Octal321104144010364225327566
Binary11010001100010011001000100001111010010010101011010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14464; }

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

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

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

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

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

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

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

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