#D64B69

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

Shades of Cabaret #D64B69

Tints of Cabaret #D64B69

Color information

#D64B69 (or 0xD64B69) is unknown color: approx Cabaret. HEX triplet: D6, 4B and 69. RGB value is (214,75,105). Sum of RGB (Red+Green+Blue) = 214+75+105=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B69 is #29B496. Grayscale: #787878. Windows color (decimal): -2733207 or 6900694. OLE color: 6900694.

HSL color Cylindrical-coordinate representation of color #D64B69: hue angle of 347.05º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B69 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB21475105-
CMYK00.650.510.16
HSL347.05º62.9%56.67%-
HSV(B)347.05º64.95%83.92%-
XYZ32.820.3515.56-
YUV119.98119.55195.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.31%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=54.31%
G=19.04%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147510500.650.510.16347.0562.956.67
HexD64B69041331015b3f39
Octal326113151010163205337771
Binary11010110100101111010010100000111001110000101011011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64B69; }

 p { color: rgb(214,75,105); }

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

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

 a { background-color: rgb(214,75,105); }

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

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

 span { border-color: rgb(214,75,105); }

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