#D85561

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

Shades of Mandy #D85561

Tints of Mandy #D85561

Color information

#D85561 (or 0xD85561) is unknown color: approx Mandy. HEX triplet: D8, 55 and 61. RGB value is (216,85,97). Sum of RGB (Red+Green+Blue) = 216+85+97=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D85561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85561 is #27AA9E. Grayscale: #7D7D7D. Windows color (decimal): -2599583 or 6378968. OLE color: 6378968.

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

Color convert

RGB2168597-
CMYK00.610.550.15
HSL354.5º62.68%59.02%-
HSV(B)354.5º60.65%84.71%-
XYZ33.7321.9613.77-
YUV125.54111.9192.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.27%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=54.27%
G=21.36%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216859700.610.550.15354.562.6859.02
HexD8556103D37F1633f3b
Octal33012514107567175437773
Binary110110001010101110000101111011101111111101100011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85561; }

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

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

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

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

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

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

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

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