#D64964

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

Shades of Cabaret #D64964

Tints of Cabaret #D64964

Color information

#D64964 (or 0xD64964) is unknown color: approx Cabaret. HEX triplet: D6, 49 and 64. RGB value is (214,73,100). Sum of RGB (Red+Green+Blue) = 214+73+100=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D64964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64964 is #29B69B. Grayscale: #767676. Windows color (decimal): -2733724 or 6572502. OLE color: 6572502.

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

Color convert

RGB21473100-
CMYK00.660.530.16
HSL348.51º63.23%56.27%-
HSV(B)348.51º65.89%83.92%-
XYZ32.4119.9814.2-
YUV118.24117.71196.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.30%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=55.30%
G=18.86%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147310000.660.530.16348.5163.2356.27
HexD64964042351015d3f38
Octal326111144010265205357770
Binary11010110100100111001000100001011010110000101011101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64964; }

 p { color: rgb(214,73,100); }

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

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

 a { background-color: rgb(214,73,100); }

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

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

 span { border-color: rgb(214,73,100); }

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