#D53E51

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

Shades of Mandy #D53E51

Tints of Mandy #D53E51

Color information

#D53E51 (or 0xD53E51) is unknown color: approx Mandy. HEX triplet: D5, 3E and 51. RGB value is (213,62,81). Sum of RGB (Red+Green+Blue) = 213+62+81=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E51 is #2AC1AE. Grayscale: #6D6D6D. Windows color (decimal): -2802095 or 5324501. OLE color: 5324501.

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

Color convert

RGB2136281-
CMYK00.710.620.16
HSL352.45º64.26%53.92%-
HSV(B)352.45º70.89%83.53%-
XYZ30.6518.199.68-
YUV109.31112.03201.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.83%
GREEN value IS 62 (24.61% from 255) = 17.42%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=59.83%
G=17.42%
B=22.75%

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
Decimal213628100.710.620.16352.4564.2653.92
HexD53E510473E101604036
Octal325761210107762054010066
Binary11010101111110101000101000111111110100001011000001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53E51; }

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

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

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

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

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

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

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

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