#D64C6C

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

Shades of Cabaret #D64C6C

Tints of Cabaret #D64C6C

Color information

#D64C6C (or 0xD64C6C) is unknown color: approx Cabaret. HEX triplet: D6, 4C and 6C. RGB value is (214,76,108). Sum of RGB (Red+Green+Blue) = 214+76+108=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C6C is #29B393. Grayscale: #787878. Windows color (decimal): -2732948 or 7097558. OLE color: 7097558.

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

Color convert

RGB21476108-
CMYK00.640.500.16
HSL346.09º62.73%56.86%-
HSV(B)346.09º64.49%83.92%-
XYZ33.0220.5516.41-
YUV120.91120.72194.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.77%
GREEN value IS 76 (30.08% from 255) = 19.10%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=53.77%
G=19.10%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147610800.640.500.16346.0962.7356.86
HexD64C6C040321015a3f39
Octal326114154010062205327771
Binary11010110100110011011000100000011001010000101011010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64C6C; }

 p { color: rgb(214,76,108); }

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

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

 a { background-color: rgb(214,76,108); }

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

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

 span { border-color: rgb(214,76,108); }

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