#D53F55

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

Shades of Mandy #D53F55

Tints of Mandy #D53F55

Color information

#D53F55 (or 0xD53F55) is unknown color: approx Mandy. HEX triplet: D5, 3F and 55. RGB value is (213,63,85). Sum of RGB (Red+Green+Blue) = 213+63+85=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F55 is #2AC0AA. Grayscale: #6E6E6E. Windows color (decimal): -2801835 or 5586901. OLE color: 5586901.

HSL color Cylindrical-coordinate representation of color #D53F55: hue angle of 351.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 #D53F55 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB2136385-
CMYK00.700.600.16
HSL351.2º64.1%54.12%-
HSV(B)351.2º70.42%83.53%-
XYZ30.8618.3610.51-
YUV110.36113.7201.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=59.00%
G=17.45%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213638500.700.600.16351.264.154.12
HexD53F550463C1015f4036
Octal325771250106742053710066
Binary11010101111111101010101000110111100100001010111111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53F55; }

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

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

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

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

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

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

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

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