Html Css Color HEX #D53F51 Mandy

📋 copy color: '#D53F51'

red 213 ◦ green 63 ◦ blue 81

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

Shades of Mandy #D53F51

Tints of Mandy #D53F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 59.66%
G = 17.65%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D53F51 (or 0xD53F51) is known color: Mandy. HEX triplet: D5, 3F and 51. RGB value is (213,63,81). Sum of RGB (Red+Green+Blue) = 213+63+81=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F51 is #2AC0AE. Grayscale: #6D6D6D. Windows color (decimal): -2801839 or 5324757. OLE color: 5324757.

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

Color convert

RGB 213 63 81 -
CMYK 0 0.70 0.62 0.16
HSL 352.8º 0.64% 0.54% -
HSV(B) 352.8º 0.7% 0.84% -
XYZ 30.7 18.3 9.7 -
YUV 109.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 213 63 81 0 0.70 0.62 0.16 352.8 0.64 0.54
Hex D5 3F 51 0 46 3E 10 161 40 36
Octal 325 77 121 0 106 76 20 541 100 66
Binary 11010101 111111 1010001 0 1000110 111110 10000 101100001 1000000 110110

Color Harmonies of #D53F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F51

Black with #D53F51

Text Example


Text Example

White with #D53F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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