Html Css Color HEX #D50AD5 Deep Magenta

📋 copy color: '#D50AD5'

red 213 ◦ green 10 ◦ blue 213

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

Shades of Deep Magenta #D50AD5

Tints of Deep Magenta #D50AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.85%

R = 48.85%
G = 2.29%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D50AD5 (or 0xD50AD5) is known color: Deep Magenta. HEX triplet: D5, 0A and D5. RGB value is (213,10,213). Sum of RGB (Red+Green+Blue) = 213+10+213=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D50AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50AD5 is #2AF52A. Grayscale: #5D5D5D. Windows color (decimal): -2815275 or 13961941. OLE color: 13961941.

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

Color convert

RGB 213 10 213 -
CMYK 0 0.95 0 0.16
HSL 300º 0.91% 0.44% -
HSV(B) 300º 0.95% 0.84% -
XYZ 39.56 19.17 64.57 -
YUV 93.84 195.25 212.99 -
System Red Green Blue C M Y K H S L
Decimal 213 10 213 0 0.95 0 0.16 300 0.91 0.44
Hex D5 A D5 0 5F 0 10 12C 5B 2C
Octal 325 12 325 0 137 0 20 454 133 54
Binary 11010101 1010 11010101 0 1011111 0 10000 100101100 1011011 101100

Color Harmonies of #D50AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AD5

Black with #D50AD5

Text Example


Text Example

White with #D50AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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