#D85262

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

Shades of Mandy #D85262

Tints of Mandy #D85262

Color information

#D85262 (or 0xD85262) is unknown color: approx Mandy. HEX triplet: D8, 52 and 62. RGB value is (216,82,98). Sum of RGB (Red+Green+Blue) = 216+82+98=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D85262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85262 is #27AD9D. Grayscale: #7B7B7B. Windows color (decimal): -2600350 or 6443736. OLE color: 6443736.

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

Color convert

RGB2168298-
CMYK00.620.550.15
HSL352.84º63.21%58.43%-
HSV(B)352.84º62.04%84.71%-
XYZ33.5421.5213.94-
YUV123.89113.39193.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.55%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=54.55%
G=20.71%
B=24.75%

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
Decimal216829800.620.550.15352.8463.2158.43
HexD8526203E37F1613f3a
Octal33012214207667175417772
Binary110110001010010110001001111101101111111101100001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85262; }

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

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

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

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

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

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

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

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