Html Css Color HEX #D20ADE Deep Magenta

📋 copy color: '#D20ADE'

red 210 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #D20ADE

Tints of Deep Magenta #D20ADE

RGB

 RED value IS 210 (82.42% from 255) = 47.51%

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

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 47.51%
G = 2.26%
B = 50.23%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D20ADE (or 0xD20ADE) is known color: Deep Magenta. HEX triplet: D2, 0A and DE. RGB value is (210,10,222). Sum of RGB (Red+Green+Blue) = 210+10+222=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #D20ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ADE is #2DF521. Grayscale: #5D5D5D. Windows color (decimal): -3011874 or 14551762. OLE color: 14551762.

HSL color Cylindrical-coordinate representation of color #D20ADE: hue angle of 296.6º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20ADE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 10 222 -
CMYK 0.05 0.95 0 0.13
HSL 296.6º 0.91% 0.45% -
HSV(B) 296.6º 0.95% 0.87% -
XYZ 39.87 19.19 70.71 -
YUV 93.97 200.26 210.76 -
System Red Green Blue C M Y K H S L
Decimal 210 10 222 0.05 0.95 0 0.13 296.6 0.91 0.45
Hex D2 A DE 5 5F 0 D 129 5B 2D
Octal 322 12 336 5 137 0 15 451 133 55
Binary 11010010 1010 11011110 101 1011111 0 1101 100101001 1011011 101101

Color Harmonies of #D20ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20ADE

Black with #D20ADE

Text Example


Text Example

White with #D20ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20ADE; }

 p { color: rgb(210,10,222); }

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

background-color css

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

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

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

border-color css

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

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

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