Html Css Color HEX #D021E4 Deep Magenta

📋 copy color: '#D021E4'

red 208 ◦ green 33 ◦ blue 228

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

Shades of Deep Magenta #D021E4

Tints of Deep Magenta #D021E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.61%

R = 44.35%
G = 7.04%
B = 48.61%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D021E4 (or 0xD021E4) is known color: Deep Magenta. HEX triplet: D0, 21 and E4. RGB value is (208,33,228). Sum of RGB (Red+Green+Blue) = 208+33+228=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #D021E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021E4 is #2FDE1B. Grayscale: #6A6A6A. Windows color (decimal): -3137052 or 14950864. OLE color: 14950864.

HSL color Cylindrical-coordinate representation of color #D021E4: hue angle of 293.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D021E4 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 33 228 -
CMYK 0.09 0.86 0 0.11
HSL 293.85º 0.78% 0.51% -
HSV(B) 293.85º 0.86% 0.89% -
XYZ 40.56 20.1 75.14 -
YUV 107.56 195.98 199.64 -
System Red Green Blue C M Y K H S L
Decimal 208 33 228 0.09 0.86 0 0.11 293.85 0.78 0.51
Hex D0 21 E4 9 56 0 B 126 4E 33
Octal 320 41 344 11 126 0 13 446 116 63
Binary 11010000 100001 11100100 1001 1010110 0 1011 100100110 1001110 110011

Color Harmonies of #D021E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021E4

Black with #D021E4

Text Example


Text Example

White with #D021E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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