Html Css Color HEX #D020DC Deep Magenta

📋 copy color: '#D020DC'

red 208 ◦ green 32 ◦ blue 220

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

Shades of Deep Magenta #D020DC

Tints of Deep Magenta #D020DC

RGB

 RED value IS 208 (81.64% from 255) = 45.22%

 GREEN value IS 32 (12.89% from 255) = 6.96%

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

R = 45.22%
G = 6.96%
B = 47.83%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D020DC (or 0xD020DC) is known color: Deep Magenta. HEX triplet: D0, 20 and DC. RGB value is (208,32,220). Sum of RGB (Red+Green+Blue) = 208+32+220=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #D020DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020DC is #2FDF23. Grayscale: #696969. Windows color (decimal): -3137316 or 14426320. OLE color: 14426320.

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

Color convert

RGB 208 32 220 -
CMYK 0.05 0.85 0 0.14
HSL 296.17º 0.75% 0.49% -
HSV(B) 296.17º 0.85% 0.86% -
XYZ 39.45 19.61 69.42 -
YUV 106.06 192.31 200.71 -
System Red Green Blue C M Y K H S L
Decimal 208 32 220 0.05 0.85 0 0.14 296.17 0.75 0.49
Hex D0 20 DC 5 55 0 E 128 4B 31
Octal 320 40 334 5 125 0 16 450 113 61
Binary 11010000 100000 11011100 101 1010101 0 1110 100101000 1001011 110001

Color Harmonies of #D020DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020DC

Black with #D020DC

Text Example


Text Example

White with #D020DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020DC; }

 p { color: rgb(208,32,220); }

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

background-color css

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

 a { background-color: rgb(208,32,220); }

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

border-color css

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

 span { border-color: rgb(208,32,220); }

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