#d84561

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

Shades of Cabaret #D84561

Tints of Cabaret #D84561

Color information

#D84561 (or 0xD84561) is unknown color: approx Cabaret. HEX triplet: D8, 45 and 61. RGB value is (216,69,97). Sum of RGB (Red+Green+Blue) = 216+69+97=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D84561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84561 is #27BA9E. Grayscale: #747474. Windows color (decimal): -2603679 or 6374872. OLE color: 6374872.

HSL color Cylindrical-coordinate representation of color #D84561: hue angle of 348.57º 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 #D84561 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB2166997-
CMYK00.680.550.15
HSL348.57º65.33%55.88%-
HSV(B)348.57º68.06%84.71%-
XYZ32.619.7213.4-
YUV116.15117.2199.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.54%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 97 (38.28% from 255) = 25.39%
R=56.54%
G=18.06%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216699700.680.550.15348.5765.3355.88
HexD8456104437F15d4138
Octal3301051410104671753510170
Binary11011000100010111000010100010011011111111010111011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d84561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d84561; }

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

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

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

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

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

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

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

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