Html Css Color HEX #D021DE Deep Magenta

📋 copy color: '#D021DE'

red 208 ◦ green 33 ◦ blue 222

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

Shades of Deep Magenta #D021DE

Tints of Deep Magenta #D021DE

RGB

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

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

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

R = 44.92%
G = 7.13%
B = 47.95%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D021DE (or 0xD021DE) is known color: Deep Magenta. HEX triplet: D0, 21 and DE. RGB value is (208,33,222). Sum of RGB (Red+Green+Blue) = 208+33+222=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #D021DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021DE is #2FDE21. Grayscale: #6A6A6A. Windows color (decimal): -3137058 or 14557648. OLE color: 14557648.

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

Color convert

RGB 208 33 222 -
CMYK 0.06 0.85 0 0.13
HSL 295.56º 0.74% 0.5% -
HSV(B) 295.56º 0.85% 0.87% -
XYZ 39.74 19.77 70.83 -
YUV 106.87 192.98 200.13 -
System Red Green Blue C M Y K H S L
Decimal 208 33 222 0.06 0.85 0 0.13 295.56 0.74 0.5
Hex D0 21 DE 6 55 0 D 128 4A 32
Octal 320 41 336 6 125 0 15 450 112 62
Binary 11010000 100001 11011110 110 1010101 0 1101 100101000 1001010 110010

Color Harmonies of #D021DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021DE

Black with #D021DE

Text Example


Text Example

White with #D021DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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