#D14564

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

Shades of Cabaret #D14564

Tints of Cabaret #D14564

Color information

#D14564 (or 0xD14564) is unknown color: approx Cabaret. HEX triplet: D1, 45 and 64. RGB value is (209,69,100). Sum of RGB (Red+Green+Blue) = 209+69+100=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D14564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14564 is #2EBA9B. Grayscale: #727272. Windows color (decimal): -3062428 or 6571473. OLE color: 6571473.

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

Color convert

RGB20969100-
CMYK00.670.520.18
HSL346.71º60.34%54.51%-
HSV(B)346.71º66.99%81.96%-
XYZ30.7218.7314.05-
YUV114.39119.88195.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.29%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 100 (39.45% from 255) = 26.46%
R=55.29%
G=18.25%
B=26.46%

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
Decimal2096910000.670.520.18346.7160.3454.51
HexD14564043341215b3c37
Octal321105144010364225337467
Binary11010001100010111001000100001111010010010101011011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14564; }

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

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

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

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

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

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

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

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