#D64564

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

Shades of Cabaret #D64564

Tints of Cabaret #D64564

Color information

#D64564 (or 0xD64564) is unknown color: approx Cabaret. HEX triplet: D6, 45 and 64. RGB value is (214,69,100). Sum of RGB (Red+Green+Blue) = 214+69+100=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D64564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64564 is #29BA9B. Grayscale: #737373. Windows color (decimal): -2734748 or 6571478. OLE color: 6571478.

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

Color convert

RGB21469100-
CMYK00.680.530.16
HSL347.17º63.88%55.49%-
HSV(B)347.17º67.76%83.92%-
XYZ32.1619.4714.12-
YUV115.89119.04197.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.87%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=55.87%
G=18.02%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146910000.680.530.16347.1763.8855.49
HexD64564044351015b4037
Octal3261051440104652053310067
Binary110101101000101110010001000100110101100001010110111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64564; }

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

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

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

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

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

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

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

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