#D53F50

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

Shades of Mandy #D53F50

Tints of Mandy #D53F50

Color information

#D53F50 (or 0xD53F50) is unknown color: approx Mandy. HEX triplet: D5, 3F and 50. RGB value is (213,63,80). Sum of RGB (Red+Green+Blue) = 213+63+80=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F50 is #2AC0AF. Grayscale: #6D6D6D. Windows color (decimal): -2801840 or 5259221. OLE color: 5259221.

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

Color convert

RGB2136380-
CMYK00.700.620.16
HSL353.2º64.1%54.12%-
HSV(B)353.2º70.42%83.53%-
XYZ30.6718.289.5-
YUV109.79111.2201.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.83%
GREEN value IS 63 (25% from 255) = 17.70%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=59.83%
G=17.70%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213638000.700.620.16353.264.154.12
HexD53F500463E101614036
Octal325771200106762054110066
Binary11010101111111101000001000110111110100001011000011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53F50; }

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

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

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

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

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

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

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

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