#D107C9

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

Shades of Deep Magenta #D107C9

Tints of Deep Magenta #D107C9

Color information

#D107C9 (or 0xD107C9) is unknown color: approx Deep Magenta. HEX triplet: D1, 07 and C9. RGB value is (209,7,201). Sum of RGB (Red+Green+Blue) = 209+7+201=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D107C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D107C9 is #2EF836. Grayscale: #585858. Windows color (decimal): -3078199 or 13174737. OLE color: 13174737.

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

Color convert

RGB2097201-
CMYK00.970.040.18
HSL302.38º93.52%42.35%-
HSV(B)302.38º96.65%81.96%-
XYZ36.9117.9256.77-
YUV89.51190.92213.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 7 (3.12% from 255) = 1.68%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=50.12%
G=1.68%
B=48.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209720100.970.040.18302.3893.5242.35
HexD17C906141212e5e2a
Octal3217311014142245613652
Binary110100011111100100101100001100100101001011101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D107C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D107C9; }

 p { color: rgb(209,7,201); }

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

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

 a { background-color: rgb(209,7,201); }

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

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

 span { border-color: rgb(209,7,201); }

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