Html Css Color HEX #D021DD Deep Magenta

📋 copy color: '#D021DD'

red 208 ◦ green 33 ◦ blue 221

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

Shades of Deep Magenta #D021DD

Tints of Deep Magenta #D021DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 45.02%
G = 7.14%
B = 47.84%

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

#D021DD (or 0xD021DD) is known color: Deep Magenta. HEX triplet: D0, 21 and DD. RGB value is (208,33,221). Sum of RGB (Red+Green+Blue) = 208+33+221=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #D021DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021DD is #2FDE22. Grayscale: #6A6A6A. Windows color (decimal): -3137059 or 14492112. OLE color: 14492112.

HSL color Cylindrical-coordinate representation of color #D021DD: hue angle of 295.85º 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 #D021DD is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 33 221 -
CMYK 0.06 0.85 0 0.13
HSL 295.85º 0.74% 0.5% -
HSV(B) 295.85º 0.85% 0.87% -
XYZ 39.61 19.72 70.13 -
YUV 106.76 192.48 200.21 -
System Red Green Blue C M Y K H S L
Decimal 208 33 221 0.06 0.85 0 0.13 295.85 0.74 0.5
Hex D0 21 DD 6 55 0 D 128 4A 32
Octal 320 41 335 6 125 0 15 450 112 62
Binary 11010000 100001 11011101 110 1010101 0 1101 100101000 1001010 110010

Color Harmonies of #D021DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021DD

Black with #D021DD

Text Example


Text Example

White with #D021DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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