Html Css Color HEX #D20EE0 Deep Magenta

📋 copy color: '#D20EE0'

red 210 ◦ green 14 ◦ blue 224

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

Shades of Deep Magenta #D20EE0

Tints of Deep Magenta #D20EE0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.13%

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

R = 46.88%
G = 3.13%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D20EE0 (or 0xD20EE0) is known color: Deep Magenta. HEX triplet: D2, 0E and E0. RGB value is (210,14,224). Sum of RGB (Red+Green+Blue) = 210+14+224=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #D20EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EE0 is #2DF11F. Grayscale: #5F5F5F. Windows color (decimal): -3010848 or 14683858. OLE color: 14683858.

HSL color Cylindrical-coordinate representation of color #D20EE0: hue angle of 296º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20EE0 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 14 224 -
CMYK 0.06 0.94 0 0.12
HSL 296º 0.88% 0.47% -
HSV(B) 296º 0.94% 0.88% -
XYZ 40.19 19.4 72.15 -
YUV 96.54 199.93 208.92 -
System Red Green Blue C M Y K H S L
Decimal 210 14 224 0.06 0.94 0 0.12 296 0.88 0.47
Hex D2 E E0 6 5E 0 C 128 58 2F
Octal 322 16 340 6 136 0 14 450 130 57
Binary 11010010 1110 11100000 110 1011110 0 1100 100101000 1011000 101111

Color Harmonies of #D20EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EE0

Black with #D20EE0

Text Example


Text Example

White with #D20EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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