#d220dc

Color #D220DC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D220DC

Tints of Deep Magenta #D220DC

Color information

#D220DC (or 0xD220DC) is unknown color: approx Deep Magenta. HEX triplet: D2, 20 and DC. RGB value is (210,32,220). Sum of RGB (Red+Green+Blue) = 210+32+220=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #D220DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220DC is #2DDF23. Grayscale: #6A6A6A. Windows color (decimal): -3006244 or 14426322. OLE color: 14426322.

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

Color convert

RGB21032220-
CMYK0.050.8500.14
HSL296.81º74.6%49.41%-
HSV(B)296.81º85.45%86.27%-
XYZ40.0119.969.44-
YUV106.65191.97201.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 32 (12.89% from 255) = 6.93%
BLUE value IS 220 (86.33% from 255) = 47.62%
R=45.45%
G=6.93%
B=47.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210322200.050.8500.14296.8174.649.41
HexD220DC5550E1294b31
Octal32240334512501645111361
Binary11010010100000110111001011010101011101001010011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d220dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d220dc; }

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

 H1.HeaderClassName
 {
   color: #d220dc;
 }
 .AnyTagClassName
 {
   color: #d220dc;
 }
</style>
background-color css

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

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

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

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

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

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