#D55061

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

Shades of Mandy #D55061

Tints of Mandy #D55061

Color information

#D55061 (or 0xD55061) is unknown color: approx Mandy. HEX triplet: D5, 50 and 61. RGB value is (213,80,97). Sum of RGB (Red+Green+Blue) = 213+80+97=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D55061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55061 is #2AAF9E. Grayscale: #797979. Windows color (decimal): -2797471 or 6377685. OLE color: 6377685.

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

Color convert

RGB2138097-
CMYK00.620.540.16
HSL352.33º61.29%57.45%-
HSV(B)352.33º62.44%83.53%-
XYZ32.4720.7513.6-
YUV121.7114.06193.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.62%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 97 (38.28% from 255) = 24.87%
R=54.62%
G=20.51%
B=24.87%

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
Decimal213809700.620.540.16352.3361.2957.45
HexD5506103E36101603d39
Octal32512014107666205407571
Binary1101010110100001100001011111011011010000101100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55061; }

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

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

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

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

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

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

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

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