#DC02D6

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

Shades of Deep Magenta #DC02D6

Tints of Deep Magenta #DC02D6

Color information

#DC02D6 (or 0xDC02D6) is unknown color: approx Deep Magenta. HEX triplet: DC, 02 and D6. RGB value is (220,2,214). Sum of RGB (Red+Green+Blue) = 220+2+214=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02D6 is #23FD29. Grayscale: #5A5A5A. Windows color (decimal): -2358570 or 14025436. OLE color: 14025436.

HSL color Cylindrical-coordinate representation of color #DC02D6: hue angle of 301.65º degrees, saturation: 0.98, 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 #DC02D6 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB2202214-
CMYK00.990.030.14
HSL301.65º98.2%43.53%-
HSV(B)301.65º99.09%86.27%-
XYZ41.6720.1165.3-
YUV91.35197.22219.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.46%
GREEN value IS 2 (1.17% from 255) = 0.46%
BLUE value IS 214 (83.98% from 255) = 49.08%
R=50.46%
G=0.46%
B=49.08%

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
Decimal220221400.990.030.14301.6598.243.53
HexDC2D60633E12e622c
Octal3342326014331645614254
Binary110111001011010110011000111111101001011101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC02D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC02D6; }

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

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

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

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

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

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

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

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