Html Css Color HEX #D50AE0 Deep Magenta

📋 copy color: '#D50AE0'

red 213 ◦ green 10 ◦ blue 224

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

Shades of Deep Magenta #D50AE0

Tints of Deep Magenta #D50AE0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.24%

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 47.65%
G = 2.24%
B = 50.11%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D50AE0 (or 0xD50AE0) is known color: Deep Magenta. HEX triplet: D5, 0A and E0. RGB value is (213,10,224). Sum of RGB (Red+Green+Blue) = 213+10+224=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #D50AE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50AE0 is #2AF51F. Grayscale: #5E5E5E. Windows color (decimal): -2815264 or 14682837. OLE color: 14682837.

HSL color Cylindrical-coordinate representation of color #D50AE0: hue angle of 296.92º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50AE0 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 10 224 -
CMYK 0.05 0.96 0 0.12
HSL 296.92º 0.91% 0.46% -
HSV(B) 296.92º 0.96% 0.88% -
XYZ 41 19.75 72.17 -
YUV 95.09 200.75 212.1 -
System Red Green Blue C M Y K H S L
Decimal 213 10 224 0.05 0.96 0 0.12 296.92 0.91 0.46
Hex D5 A E0 5 60 0 C 129 5B 2E
Octal 325 12 340 5 140 0 14 451 133 56
Binary 11010101 1010 11100000 101 1100000 0 1100 100101001 1011011 101110

Color Harmonies of #D50AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AE0

Black with #D50AE0

Text Example


Text Example

White with #D50AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AE0; }

 p { color: rgb(213,10,224); }

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

background-color css

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

 a { background-color: rgb(213,10,224); }

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

border-color css

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

 span { border-color: rgb(213,10,224); }

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