#D706D2

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

Shades of Deep Magenta #D706D2

Tints of Deep Magenta #D706D2

Color information

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

HSL color Cylindrical-coordinate representation of color #D706D2: hue angle of 301.44º 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 #D706D2 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB2156210-
CMYK00.970.020.16
HSL301.44º94.57%43.33%-
HSV(B)301.44º97.21%84.31%-
XYZ39.7219.2362.59-
YUV91.75194.74215.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215621000.970.020.16301.4494.5743.33
HexD76D206121012d5f2b
Octal3276322014122045513753
Binary11010111110110100100110000110100001001011011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D706D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D706D2; }

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

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

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

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

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

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

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

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