Html Css Color HEX #D50AAE Deep Magenta

📋 copy color: '#D50AAE'

red 213 ◦ green 10 ◦ blue 174

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

Shades of Deep Magenta #D50AAE

Tints of Deep Magenta #D50AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 53.65%
G = 2.52%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D50AAE (or 0xD50AAE) is known color: Deep Magenta. HEX triplet: D5, 0A and AE. RGB value is (213,10,174). Sum of RGB (Red+Green+Blue) = 213+10+174=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50AAE is #2AF551. Grayscale: #585858. Windows color (decimal): -2815314 or 11406037. OLE color: 11406037.

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

Color convert

RGB 213 10 174 -
CMYK 0 0.95 0.18 0.16
HSL 311.53º 0.91% 0.44% -
HSV(B) 311.53º 0.95% 0.84% -
XYZ 35.19 17.42 41.55 -
YUV 89.39 175.75 216.16 -
System Red Green Blue C M Y K H S L
Decimal 213 10 174 0 0.95 0.18 0.16 311.53 0.91 0.44
Hex D5 A AE 0 5F 12 10 138 5B 2C
Octal 325 12 256 0 137 22 20 470 133 54
Binary 11010101 1010 10101110 0 1011111 10010 10000 100111000 1011011 101100

Color Harmonies of #D50AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AAE

Black with #D50AAE

Text Example


Text Example

White with #D50AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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