#D64E63

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

Shades of Cabaret #D64E63

Tints of Cabaret #D64E63

Color information

#D64E63 (or 0xD64E63) is unknown color: approx Cabaret. HEX triplet: D6, 4E and 63. RGB value is (214,78,99). Sum of RGB (Red+Green+Blue) = 214+78+99=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E63 is #29B19C. Grayscale: #797979. Windows color (decimal): -2732445 or 6508246. OLE color: 6508246.

HSL color Cylindrical-coordinate representation of color #D64E63: hue angle of 350.74º degrees, saturation: 0.62, 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 #D64E63 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB2147899-
CMYK00.640.540.16
HSL350.74º62.39%57.25%-
HSV(B)350.74º63.55%83.92%-
XYZ32.7120.6514.07-
YUV121.06115.56194.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.73%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 99 (39.06% from 255) = 25.32%
R=54.73%
G=19.95%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214789900.640.540.16350.7462.3957.25
HexD64E63040361015f3e39
Octal326116143010066205377671
Binary11010110100111011000110100000011011010000101011111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64E63; }

 p { color: rgb(214,78,99); }

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

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

 a { background-color: rgb(214,78,99); }

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

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

 span { border-color: rgb(214,78,99); }

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