#D85563

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

Shades of Mandy #D85563

Tints of Mandy #D85563

Color information

#D85563 (or 0xD85563) is unknown color: approx Mandy. HEX triplet: D8, 55 and 63. RGB value is (216,85,99). Sum of RGB (Red+Green+Blue) = 216+85+99=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D85563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85563 is #27AA9C. Grayscale: #7D7D7D. Windows color (decimal): -2599581 or 6510040. OLE color: 6510040.

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

Color convert

RGB2168599-
CMYK00.610.540.15
HSL353.59º62.68%59.02%-
HSV(B)353.59º60.65%84.71%-
XYZ33.822214.27-
YUV125.76112.9192.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 99 (39.06% from 255) = 24.75%
R=54%
G=21.25%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216859900.610.540.15353.5962.6859.02
HexD8556303D36F1623f3b
Octal33012514307566175427773
Binary110110001010101110001101111011101101111101100010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85563; }

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

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

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

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

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

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

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

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