#D55062

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

Shades of Mandy #D55062

Tints of Mandy #D55062

Color information

#D55062 (or 0xD55062) is unknown color: approx Mandy. HEX triplet: D5, 50 and 62. RGB value is (213,80,98). Sum of RGB (Red+Green+Blue) = 213+80+98=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D55062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55062 is #2AAF9D. Grayscale: #797979. Windows color (decimal): -2797470 or 6443221. OLE color: 6443221.

HSL color Cylindrical-coordinate representation of color #D55062: hue angle of 351.88º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55062 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB2138098-
CMYK00.620.540.16
HSL351.88º61.29%57.45%-
HSV(B)351.88º62.44%83.53%-
XYZ32.5120.7713.85-
YUV121.82114.56193.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.48%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 98 (38.67% from 255) = 25.06%
R=54.48%
G=20.46%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213809800.620.540.16351.8861.2957.45
HexD5506203E36101603d39
Octal32512014207666205407571
Binary1101010110100001100010011111011011010000101100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55062; }

 p { color: rgb(213,80,98); }

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

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

 a { background-color: rgb(213,80,98); }

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

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

 span { border-color: rgb(213,80,98); }

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