Html Css Color HEX #D50AD4 Deep Magenta

📋 copy color: '#D50AD4'

red 213 ◦ green 10 ◦ blue 212

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

Shades of Deep Magenta #D50AD4

Tints of Deep Magenta #D50AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.74%

R = 48.97%
G = 2.3%
B = 48.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D50AD4 (or 0xD50AD4) is known color: Deep Magenta. HEX triplet: D5, 0A and D4. RGB value is (213,10,212). Sum of RGB (Red+Green+Blue) = 213+10+212=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50AD4 is #2AF52B. Grayscale: #5D5D5D. Windows color (decimal): -2815276 or 13896405. OLE color: 13896405.

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

Color convert

RGB 213 10 212 -
CMYK 0 0.95 0.00 0.16
HSL 300.3º 0.91% 0.44% -
HSV(B) 300.3º 0.95% 0.84% -
XYZ 39.43 19.12 63.9 -
YUV 93.73 194.75 213.07 -
System Red Green Blue C M Y K H S L
Decimal 213 10 212 0 0.95 0.00 0.16 300.3 0.91 0.44
Hex D5 A D4 0 5F 0 10 12C 5B 2C
Octal 325 12 324 0 137 0 20 454 133 54
Binary 11010101 1010 11010100 0 1011111 0 10000 100101100 1011011 101100

Color Harmonies of #D50AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AD4

Black with #D50AD4

Text Example


Text Example

White with #D50AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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