#D64963

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

Shades of Cabaret #D64963

Tints of Cabaret #D64963

Color information

#D64963 (or 0xD64963) is unknown color: approx Cabaret. HEX triplet: D6, 49 and 63. RGB value is (214,73,99). Sum of RGB (Red+Green+Blue) = 214+73+99=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D64963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64963 is #29B69C. Grayscale: #767676. Windows color (decimal): -2733725 or 6506966. OLE color: 6506966.

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

Color convert

RGB2147399-
CMYK00.660.540.16
HSL348.94º63.23%56.27%-
HSV(B)348.94º65.89%83.92%-
XYZ32.3719.9613.95-
YUV118.12117.21196.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.44%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=55.44%
G=18.91%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214739900.660.540.16348.9463.2356.27
HexD64963042361015d3f38
Octal326111143010266205357770
Binary11010110100100111000110100001011011010000101011101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64963; }

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

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

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

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

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

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

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

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