Html Css Color HEX #D53F55 Mandy

📋 copy color: '#D53F55'

red 213 ◦ green 63 ◦ blue 85

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

Shades of Mandy #D53F55

Tints of Mandy #D53F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 59%
G = 17.45%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D53F55 (or 0xD53F55) is known color: 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

RGB 213 63 85 -
CMYK 0 0.70 0.60 0.16
HSL 351.2º 0.64% 0.54% -
HSV(B) 351.2º 0.7% 0.84% -
XYZ 30.86 18.36 10.51 -
YUV 110.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 213 63 85 0 0.70 0.60 0.16 351.2 0.64 0.54
Hex D5 3F 55 0 46 3C 10 15F 40 36
Octal 325 77 125 0 106 74 20 537 100 66
Binary 11010101 111111 1010101 0 1000110 111100 10000 101011111 1000000 110110

Color Harmonies of #D53F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F55

Black with #D53F55

Text Example


Text Example

White with #D53F55

Text Example


Text Example

HTML Codes & Css Web 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>