Html Css Color HEX #D50EAF Deep Magenta

📋 copy color: '#D50EAF'

red 213 ◦ green 14 ◦ blue 175

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

Shades of Deep Magenta #D50EAF

Tints of Deep Magenta #D50EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.48%

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 52.99%
G = 3.48%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D50EAF (or 0xD50EAF) is known color: Deep Magenta. HEX triplet: D5, 0E and AF. RGB value is (213,14,175). Sum of RGB (Red+Green+Blue) = 213+14+175=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D50EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50EAF is #2AF150. Grayscale: #5B5B5B. Windows color (decimal): -2814289 or 11472597. OLE color: 11472597.

HSL color Cylindrical-coordinate representation of color #D50EAF: hue angle of 311.46º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50EAF is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 14 175 -
CMYK 0 0.93 0.18 0.16
HSL 311.46º 0.88% 0.45% -
HSV(B) 311.46º 0.93% 0.84% -
XYZ 35.34 17.56 42.08 -
YUV 91.86 174.93 214.41 -
System Red Green Blue C M Y K H S L
Decimal 213 14 175 0 0.93 0.18 0.16 311.46 0.88 0.45
Hex D5 E AF 0 5D 12 10 137 58 2D
Octal 325 16 257 0 135 22 20 467 130 55
Binary 11010101 1110 10101111 0 1011101 10010 10000 100110111 1011000 101101

Color Harmonies of #D50EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50EAF

Black with #D50EAF

Text Example


Text Example

White with #D50EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50EAF; }

 p { color: rgb(213,14,175); }

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

background-color css

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

 a { background-color: rgb(213,14,175); }

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

border-color css

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

 span { border-color: rgb(213,14,175); }

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