#D206D7

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

Shades of Deep Magenta #D206D7

Tints of Deep Magenta #D206D7

Color information

#D206D7 (or 0xD206D7) is unknown color: approx Deep Magenta. HEX triplet: D2, 06 and D7. RGB value is (210,6,215). Sum of RGB (Red+Green+Blue) = 210+6+215=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #D206D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206D7 is #2DF928. Grayscale: #5A5A5A. Windows color (decimal): -3012905 or 14091986. OLE color: 14091986.

HSL color Cylindrical-coordinate representation of color #D206D7: hue angle of 298.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D206D7 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2106215-
CMYK0.020.9700.16
HSL298.56º94.57%43.33%-
HSV(B)298.56º97.21%84.31%-
XYZ38.9118.7465.86-
YUV90.82198.09213.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.72%
GREEN value IS 6 (2.73% from 255) = 1.39%
BLUE value IS 215 (84.38% from 255) = 49.88%
R=48.72%
G=1.39%
B=49.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21062150.020.9700.16298.5694.5743.33
HexD26D726101012b5f2b
Octal3226327214102045313753
Binary11010010110110101111011000010100001001010111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D206D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D206D7; }

 p { color: rgb(210,6,215); }

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

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

 a { background-color: rgb(210,6,215); }

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

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

 span { border-color: rgb(210,6,215); }

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