#D106C2

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

Shades of Deep Magenta #D106C2

Tints of Deep Magenta #D106C2

Color information

#D106C2 (or 0xD106C2) is unknown color: approx Deep Magenta. HEX triplet: D1, 06 and C2. RGB value is (209,6,194). Sum of RGB (Red+Green+Blue) = 209+6+194=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D106C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D106C2 is #2EF93D. Grayscale: #575757. Windows color (decimal): -3078462 or 12715729. OLE color: 12715729.

HSL color Cylindrical-coordinate representation of color #D106C2: hue angle of 304.43º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D106C2 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB2096194-
CMYK00.970.070.18
HSL304.43º94.42%42.16%-
HSV(B)304.43º97.13%81.96%-
XYZ36.117.5852.53-
YUV88.13187.75214.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.10%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 194 (76.17% from 255) = 47.43%
R=51.10%
G=1.47%
B=47.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209619400.970.070.18304.4394.4242.16
HexD16C20617121305e2a
Octal3216302014172246013652
Binary110100011101100001001100001111100101001100001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D106C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D106C2; }

 p { color: rgb(209,6,194); }

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

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

 a { background-color: rgb(209,6,194); }

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

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

 span { border-color: rgb(209,6,194); }

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