Html Css Color HEX #D20EDC Deep Magenta

📋 copy color: '#D20EDC'

red 210 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #D20EDC

Tints of Deep Magenta #D20EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 47.3%
G = 3.15%
B = 49.55%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D20EDC (or 0xD20EDC) is known color: Deep Magenta. HEX triplet: D2, 0E and DC. RGB value is (210,14,220). Sum of RGB (Red+Green+Blue) = 210+14+220=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #D20EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EDC is #2DF123. Grayscale: #5F5F5F. Windows color (decimal): -3010852 or 14421714. OLE color: 14421714.

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

Color convert

RGB 210 14 220 -
CMYK 0.05 0.94 0 0.14
HSL 297.09º 0.88% 0.46% -
HSV(B) 297.09º 0.94% 0.86% -
XYZ 39.65 19.18 69.32 -
YUV 96.09 197.93 209.25 -
System Red Green Blue C M Y K H S L
Decimal 210 14 220 0.05 0.94 0 0.14 297.09 0.88 0.46
Hex D2 E DC 5 5E 0 E 129 58 2E
Octal 322 16 334 5 136 0 16 451 130 56
Binary 11010010 1110 11011100 101 1011110 0 1110 100101001 1011000 101110

Color Harmonies of #D20EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EDC

Black with #D20EDC

Text Example


Text Example

White with #D20EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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