#D85565

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

Shades of Cabaret #D85565

Tints of Cabaret #D85565

Color information

#D85565 (or 0xD85565) is unknown color: approx Cabaret. HEX triplet: D8, 55 and 65. RGB value is (216,85,101). Sum of RGB (Red+Green+Blue) = 216+85+101=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D85565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85565 is #27AA9A. Grayscale: #7E7E7E. Windows color (decimal): -2599579 or 6641112. OLE color: 6641112.

HSL color Cylindrical-coordinate representation of color #D85565: hue angle of 352.67º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85565 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB21685101-
CMYK00.610.530.15
HSL352.67º62.68%59.02%-
HSV(B)352.67º60.65%84.71%-
XYZ33.9222.0414.78-
YUV125.99113.9192.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.73%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=53.73%
G=21.14%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168510100.610.530.15352.6762.6859.02
HexD8556503D35F1613f3b
Octal33012514507565175417773
Binary110110001010101110010101111011101011111101100001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85565; }

 p { color: rgb(216,85,101); }

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

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

 a { background-color: rgb(216,85,101); }

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

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

 span { border-color: rgb(216,85,101); }

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