Html Css Color HEX #D220DF Deep Magenta

📋 copy color: '#D220DF'

red 210 ◦ green 32 ◦ blue 223

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

Shades of Deep Magenta #D220DF

Tints of Deep Magenta #D220DF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.88%

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 45.16%
G = 6.88%
B = 47.96%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D220DF (or 0xD220DF) is known color: Deep Magenta. HEX triplet: D2, 20 and DF. RGB value is (210,32,223). Sum of RGB (Red+Green+Blue) = 210+32+223=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #D220DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220DF is #2DDF20. Grayscale: #6A6A6A. Windows color (decimal): -3006241 or 14622930. OLE color: 14622930.

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

Color convert

RGB 210 32 223 -
CMYK 0.06 0.86 0 0.13
HSL 295.92º 0.75% 0.5% -
HSV(B) 295.92º 0.86% 0.87% -
XYZ 40.41 20.06 71.55 -
YUV 107 193.47 201.47 -
System Red Green Blue C M Y K H S L
Decimal 210 32 223 0.06 0.86 0 0.13 295.92 0.75 0.5
Hex D2 20 DF 6 56 0 D 128 4B 32
Octal 322 40 337 6 126 0 15 450 113 62
Binary 11010010 100000 11011111 110 1010110 0 1101 100101000 1001011 110010

Color Harmonies of #D220DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D220DF

Black with #D220DF

Text Example


Text Example

White with #D220DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D220DF; }

 p { color: rgb(210,32,223); }

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

background-color css

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

 a { background-color: rgb(210,32,223); }

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

border-color css

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

 span { border-color: rgb(210,32,223); }

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