Html Css Color HEX #D20AE0 Deep Magenta

📋 copy color: '#D20AE0'

red 210 ◦ green 10 ◦ blue 224

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

Shades of Deep Magenta #D20AE0

Tints of Deep Magenta #D20AE0

RGB

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

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

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

R = 47.3%
G = 2.25%
B = 50.45%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D20AE0 (or 0xD20AE0) is known color: Deep Magenta. HEX triplet: D2, 0A and E0. RGB value is (210,10,224). Sum of RGB (Red+Green+Blue) = 210+10+224=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #D20AE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20AE0 is #2DF51F. Grayscale: #5D5D5D. Windows color (decimal): -3011872 or 14682834. OLE color: 14682834.

HSL color Cylindrical-coordinate representation of color #D20AE0: hue angle of 296.07º 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 #D20AE0 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 10 224 -
CMYK 0.06 0.96 0 0.12
HSL 296.07º 0.91% 0.46% -
HSV(B) 296.07º 0.96% 0.88% -
XYZ 40.14 19.3 72.13 -
YUV 94.2 201.26 210.6 -
System Red Green Blue C M Y K H S L
Decimal 210 10 224 0.06 0.96 0 0.12 296.07 0.91 0.46
Hex D2 A E0 6 60 0 C 128 5B 2E
Octal 322 12 340 6 140 0 14 450 133 56
Binary 11010010 1010 11100000 110 1100000 0 1100 100101000 1011011 101110

Color Harmonies of #D20AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20AE0

Black with #D20AE0

Text Example


Text Example

White with #D20AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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