#DC03D6

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

Shades of Deep Magenta #DC03D6

Tints of Deep Magenta #DC03D6

Color information

#DC03D6 (or 0xDC03D6) is unknown color: approx Deep Magenta. HEX triplet: DC, 03 and D6. RGB value is (220,3,214). Sum of RGB (Red+Green+Blue) = 220+3+214=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03D6 is #23FC29. Grayscale: #5B5B5B. Windows color (decimal): -2358314 or 14025692. OLE color: 14025692.

HSL color Cylindrical-coordinate representation of color #DC03D6: hue angle of 301.66º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03D6 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB2203214-
CMYK00.990.030.14
HSL301.66º97.31%43.73%-
HSV(B)301.66º98.64%86.27%-
XYZ41.6920.1465.31-
YUV91.94196.89219.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.34%
GREEN value IS 3 (1.56% from 255) = 0.69%
BLUE value IS 214 (83.98% from 255) = 48.97%
R=50.34%
G=0.69%
B=48.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220321400.990.030.14301.6697.3143.73
HexDC3D60633E12e612c
Octal3343326014331645614154
Binary110111001111010110011000111111101001011101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC03D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC03D6; }

 p { color: rgb(220,3,214); }

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

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

 a { background-color: rgb(220,3,214); }

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

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

 span { border-color: rgb(220,3,214); }

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