#D85863

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

Shades of Mandy #D85863

Tints of Mandy #D85863

Color information

#D85863 (or 0xD85863) is unknown color: approx Mandy. HEX triplet: D8, 58 and 63. RGB value is (216,88,99). Sum of RGB (Red+Green+Blue) = 216+88+99=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D85863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85863 is #27A79C. Grayscale: #7F7F7F. Windows color (decimal): -2598813 or 6510808. OLE color: 6510808.

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

Color convert

RGB2168899-
CMYK00.590.540.15
HSL354.84º62.14%59.61%-
HSV(B)354.84º59.26%84.71%-
XYZ34.0622.4814.35-
YUV127.53111.91191.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.60%
GREEN value IS 88 (34.77% from 255) = 21.84%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=53.60%
G=21.84%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216889900.590.540.15354.8462.1459.61
HexD8586303B36F1633e3c
Octal33013014307366175437674
Binary110110001011000110001101110111101101111101100011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85863; }

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

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

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

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

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

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

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

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