#D84564

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

Shades of Cabaret #D84564

Tints of Cabaret #D84564

Color information

#D84564 (or 0xD84564) is unknown color: approx Cabaret. HEX triplet: D8, 45 and 64. RGB value is (216,69,100). Sum of RGB (Red+Green+Blue) = 216+69+100=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D84564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84564 is #27BA9B. Grayscale: #747474. Windows color (decimal): -2603676 or 6571480. OLE color: 6571480.

HSL color Cylindrical-coordinate representation of color #D84564: hue angle of 347.35º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84564 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21669100-
CMYK00.680.540.15
HSL347.35º65.33%55.88%-
HSV(B)347.35º68.06%84.71%-
XYZ32.7519.7814.15-
YUV116.49118.7198.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.10%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=56.10%
G=17.92%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166910000.680.540.15347.3565.3355.88
HexD8456404436F15b4138
Octal3301051440104661753310170
Binary11011000100010111001000100010011011011111010110111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84564; }

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

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

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

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

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

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

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

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