Html Css Color HEX #D020DE Deep Magenta

📋 copy color: '#D020DE'

red 208 ◦ green 32 ◦ blue 222

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

Shades of Deep Magenta #D020DE

Tints of Deep Magenta #D020DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 45.02%
G = 6.93%
B = 48.05%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D020DE (or 0xD020DE) is known color: Deep Magenta. HEX triplet: D0, 20 and DE. RGB value is (208,32,222). Sum of RGB (Red+Green+Blue) = 208+32+222=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #D020DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020DE is #2FDF21. Grayscale: #696969. Windows color (decimal): -3137314 or 14557392. OLE color: 14557392.

HSL color Cylindrical-coordinate representation of color #D020DE: hue angle of 295.58º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D020DE is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 32 222 -
CMYK 0.06 0.86 0 0.13
HSL 295.58º 0.75% 0.5% -
HSV(B) 295.58º 0.86% 0.87% -
XYZ 39.71 19.72 70.82 -
YUV 106.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 208 32 222 0.06 0.86 0 0.13 295.58 0.75 0.5
Hex D0 20 DE 6 56 0 D 128 4B 32
Octal 320 40 336 6 126 0 15 450 113 62
Binary 11010000 100000 11011110 110 1010110 0 1101 100101000 1001011 110010

Color Harmonies of #D020DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020DE

Black with #D020DE

Text Example


Text Example

White with #D020DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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