Html Css Color HEX #D53F57 Mandy

📋 copy color: '#D53F57'

red 213 ◦ green 63 ◦ blue 87

#D53F57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #D53F57

Tints of Mandy #D53F57

RGB

 RED value IS 213 (83.59% from 255) = 58.68%

 GREEN value IS 63 (25% from 255) = 17.36%

 BLUE value IS 87 (34.38% from 255) = 23.97%

R = 58.68%
G = 17.36%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D53F57 (or 0xD53F57) is known color: Mandy. HEX triplet: D5, 3F and 57. RGB value is (213,63,87). Sum of RGB (Red+Green+Blue) = 213+63+87=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F57 is #2AC0A8. Grayscale: #6E6E6E. Windows color (decimal): -2801833 or 5717973. OLE color: 5717973.

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

Color convert

RGB 213 63 87 -
CMYK 0 0.70 0.59 0.16
HSL 350.4º 0.64% 0.54% -
HSV(B) 350.4º 0.7% 0.84% -
XYZ 30.94 18.39 10.94 -
YUV 110.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 213 63 87 0 0.70 0.59 0.16 350.4 0.64 0.54
Hex D5 3F 57 0 46 3B 10 15E 40 36
Octal 325 77 127 0 106 73 20 536 100 66
Binary 11010101 111111 1010111 0 1000110 111011 10000 101011110 1000000 110110

Color Harmonies of #D53F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F57

Black with #D53F57

Text Example


Text Example

White with #D53F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F57; }

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

 H1.HeaderClassName
 {
   color: #D53F57;
 }
 .AnyTagClassName
 {
   color: #D53F57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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