Html Css Color HEX #D221DC Deep Magenta

📋 copy color: '#D221DC'

red 210 ◦ green 33 ◦ blue 220

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

Shades of Deep Magenta #D221DC

Tints of Deep Magenta #D221DC

RGB

 RED value IS 210 (82.42% from 255) = 45.36%

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 45.36%
G = 7.13%
B = 47.52%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D221DC (or 0xD221DC) is known color: Deep Magenta. HEX triplet: D2, 21 and DC. RGB value is (210,33,220). Sum of RGB (Red+Green+Blue) = 210+33+220=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #D221DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221DC is #2DDE23. Grayscale: #6A6A6A. Windows color (decimal): -3005988 or 14426578. OLE color: 14426578.

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

Color convert

RGB 210 33 220 -
CMYK 0.05 0.85 0 0.14
HSL 296.79º 0.74% 0.5% -
HSV(B) 296.79º 0.85% 0.86% -
XYZ 40.04 19.96 69.45 -
YUV 107.24 191.64 201.29 -
System Red Green Blue C M Y K H S L
Decimal 210 33 220 0.05 0.85 0 0.14 296.79 0.74 0.5
Hex D2 21 DC 5 55 0 E 129 4A 32
Octal 322 41 334 5 125 0 16 451 112 62
Binary 11010010 100001 11011100 101 1010101 0 1110 100101001 1001010 110010

Color Harmonies of #D221DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221DC

Black with #D221DC

Text Example


Text Example

White with #D221DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221DC; }

 p { color: rgb(210,33,220); }

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

background-color css

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

 a { background-color: rgb(210,33,220); }

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

border-color css

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

 span { border-color: rgb(210,33,220); }

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