#D85162

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

Shades of Mandy #D85162

Tints of Mandy #D85162

Color information

#D85162 (or 0xD85162) is unknown color: approx Mandy. HEX triplet: D8, 51 and 62. RGB value is (216,81,98). Sum of RGB (Red+Green+Blue) = 216+81+98=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D85162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85162 is #27AE9D. Grayscale: #7B7B7B. Windows color (decimal): -2600606 or 6443480. OLE color: 6443480.

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

Color convert

RGB2168198-
CMYK00.620.550.15
HSL352.44º63.38%58.24%-
HSV(B)352.44º62.5%84.71%-
XYZ33.4721.3713.92-
YUV123.3113.73194.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.68%
GREEN value IS 81 (32.03% from 255) = 20.51%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=54.68%
G=20.51%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216819800.620.550.15352.4463.3858.24
HexD8516203E37F1603f3a
Octal33012114207667175407772
Binary110110001010001110001001111101101111111101100000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85162; }

 p { color: rgb(216,81,98); }

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

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

 a { background-color: rgb(216,81,98); }

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

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

 span { border-color: rgb(216,81,98); }

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