#D85963

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

Shades of Mandy #D85963

Tints of Mandy #D85963

Color information

#D85963 (or 0xD85963) is unknown color: approx Mandy. HEX triplet: D8, 59 and 63. RGB value is (216,89,99). Sum of RGB (Red+Green+Blue) = 216+89+99=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D85963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85963 is #27A69C. Grayscale: #808080. Windows color (decimal): -2598557 or 6511064. OLE color: 6511064.

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

Color convert

RGB2168999-
CMYK00.590.540.15
HSL355.28º61.95%59.8%-
HSV(B)355.28º58.8%84.71%-
XYZ34.1422.6414.38-
YUV128.11111.58190.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.47%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=53.47%
G=22.03%
B=24.50%

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
Decimal216899900.590.540.15355.2861.9559.8
HexD8596303B36F1633e3c
Octal33013114307366175437674
Binary110110001011001110001101110111101101111101100011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85963; }

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

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

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

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

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

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

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

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