#D53E52

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

Shades of Mandy #D53E52

Tints of Mandy #D53E52

Color information

#D53E52 (or 0xD53E52) is unknown color: approx Mandy. HEX triplet: D5, 3E and 52. RGB value is (213,62,82). Sum of RGB (Red+Green+Blue) = 213+62+82=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E52 is #2AC1AD. Grayscale: #6D6D6D. Windows color (decimal): -2802094 or 5390037. OLE color: 5390037.

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

Color convert

RGB2136282-
CMYK00.710.620.16
HSL352.05º64.26%53.92%-
HSV(B)352.05º70.89%83.53%-
XYZ30.6918.29.88-
YUV109.43112.53201.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.66%
GREEN value IS 62 (24.61% from 255) = 17.37%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=59.66%
G=17.37%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213628200.710.620.16352.0564.2653.92
HexD53E520473E101604036
Octal325761220107762054010066
Binary11010101111110101001001000111111110100001011000001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53E52; }

 p { color: rgb(213,62,82); }

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

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

 a { background-color: rgb(213,62,82); }

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

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

 span { border-color: rgb(213,62,82); }

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