Html Css Color HEX #D020E0 Deep Magenta

📋 copy color: '#D020E0'

red 208 ◦ green 32 ◦ blue 224

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

Shades of Deep Magenta #D020E0

Tints of Deep Magenta #D020E0

RGB

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

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

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

R = 44.83%
G = 6.9%
B = 48.28%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D020E0 (or 0xD020E0) is known color: Deep Magenta. HEX triplet: D0, 20 and E0. RGB value is (208,32,224). Sum of RGB (Red+Green+Blue) = 208+32+224=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #D020E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020E0 is #2FDF1F. Grayscale: #696969. Windows color (decimal): -3137312 or 14688464. OLE color: 14688464.

HSL color Cylindrical-coordinate representation of color #D020E0: hue angle of 295º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D020E0 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 32 224 -
CMYK 0.07 0.86 0 0.12
HSL 295º 0.76% 0.5% -
HSV(B) 295º 0.86% 0.88% -
XYZ 39.98 19.82 72.24 -
YUV 106.51 194.31 200.39 -
System Red Green Blue C M Y K H S L
Decimal 208 32 224 0.07 0.86 0 0.12 295 0.76 0.5
Hex D0 20 E0 7 56 0 C 127 4C 32
Octal 320 40 340 7 126 0 14 447 114 62
Binary 11010000 100000 11100000 111 1010110 0 1100 100100111 1001100 110010

Color Harmonies of #D020E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020E0

Black with #D020E0

Text Example


Text Example

White with #D020E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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