Html Css Color HEX #D20EDD Deep Magenta

📋 copy color: '#D20EDD'

red 210 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #D20EDD

Tints of Deep Magenta #D20EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 47.19%
G = 3.15%
B = 49.66%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D20EDD (or 0xD20EDD) is known color: Deep Magenta. HEX triplet: D2, 0E and DD. RGB value is (210,14,221). Sum of RGB (Red+Green+Blue) = 210+14+221=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #D20EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EDD is #2DF122. Grayscale: #5F5F5F. Windows color (decimal): -3010851 or 14487250. OLE color: 14487250.

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

Color convert

RGB 210 14 221 -
CMYK 0.05 0.94 0 0.13
HSL 296.81º 0.88% 0.46% -
HSV(B) 296.81º 0.94% 0.87% -
XYZ 39.79 19.24 70.02 -
YUV 96.2 198.43 209.17 -
System Red Green Blue C M Y K H S L
Decimal 210 14 221 0.05 0.94 0 0.13 296.81 0.88 0.46
Hex D2 E DD 5 5E 0 D 129 58 2E
Octal 322 16 335 5 136 0 15 451 130 56
Binary 11010010 1110 11011101 101 1011110 0 1101 100101001 1011000 101110

Color Harmonies of #D20EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EDD

Black with #D20EDD

Text Example


Text Example

White with #D20EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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