#D106C4

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

Shades of Deep Magenta #D106C4

Tints of Deep Magenta #D106C4

Color information

#D106C4 (or 0xD106C4) is unknown color: approx Deep Magenta. HEX triplet: D1, 06 and C4. RGB value is (209,6,196). Sum of RGB (Red+Green+Blue) = 209+6+196=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D106C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D106C4 is #2EF93B. Grayscale: #575757. Windows color (decimal): -3078460 or 12846801. OLE color: 12846801.

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

Color convert

RGB2096196-
CMYK00.970.060.18
HSL303.84º94.42%42.16%-
HSV(B)303.84º97.13%81.96%-
XYZ36.3217.6753.72-
YUV88.36188.75214.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.85%
GREEN value IS 6 (2.73% from 255) = 1.46%
BLUE value IS 196 (76.95% from 255) = 47.69%
R=50.85%
G=1.46%
B=47.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209619600.970.060.18303.8494.4242.16
HexD16C40616121305e2a
Octal3216304014162246013652
Binary110100011101100010001100001110100101001100001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D106C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D106C4; }

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

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

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

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

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

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

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

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