Html Css Color HEX #D021E0 Deep Magenta

📋 copy color: '#D021E0'

red 208 ◦ green 33 ◦ blue 224

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

Shades of Deep Magenta #D021E0

Tints of Deep Magenta #D021E0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.1%

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

R = 44.73%
G = 7.1%
B = 48.17%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D021E0 (or 0xD021E0) is known color: Deep Magenta. HEX triplet: D0, 21 and E0. RGB value is (208,33,224). Sum of RGB (Red+Green+Blue) = 208+33+224=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #D021E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021E0 is #2FDE1F. Grayscale: #6A6A6A. Windows color (decimal): -3137056 or 14688720. OLE color: 14688720.

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

Color convert

RGB 208 33 224 -
CMYK 0.07 0.85 0 0.12
HSL 294.97º 0.75% 0.5% -
HSV(B) 294.97º 0.85% 0.88% -
XYZ 40.01 19.88 72.25 -
YUV 107.1 193.98 199.97 -
System Red Green Blue C M Y K H S L
Decimal 208 33 224 0.07 0.85 0 0.12 294.97 0.75 0.5
Hex D0 21 E0 7 55 0 C 127 4B 32
Octal 320 41 340 7 125 0 14 447 113 62
Binary 11010000 100001 11100000 111 1010101 0 1100 100100111 1001011 110010

Color Harmonies of #D021E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021E0

Black with #D021E0

Text Example


Text Example

White with #D021E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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