Html Css Color HEX #D53F4E Mandy

📋 copy color: '#D53F4E'

red 213 ◦ green 63 ◦ blue 78

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

Shades of Mandy #D53F4E

Tints of Mandy #D53F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 60.17%
G = 17.8%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D53F4E (or 0xD53F4E) is known color: Mandy. HEX triplet: D5, 3F and 4E. RGB value is (213,63,78). Sum of RGB (Red+Green+Blue) = 213+63+78=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F4E is #2AC0B1. Grayscale: #6D6D6D. Windows color (decimal): -2801842 or 5128149. OLE color: 5128149.

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

Color convert

RGB 213 63 78 -
CMYK 0 0.70 0.63 0.16
HSL 354º 0.64% 0.54% -
HSV(B) 354º 0.7% 0.84% -
XYZ 30.59 18.25 9.12 -
YUV 109.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 213 63 78 0 0.70 0.63 0.16 354 0.64 0.54
Hex D5 3F 4E 0 46 3F 10 162 40 36
Octal 325 77 116 0 106 77 20 542 100 66
Binary 11010101 111111 1001110 0 1000110 111111 10000 101100010 1000000 110110

Color Harmonies of #D53F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F4E

Black with #D53F4E

Text Example


Text Example

White with #D53F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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