#D100B0

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

Shades of Deep Magenta #D100B0

Tints of Deep Magenta #D100B0

Color information

#D100B0 (or 0xD100B0) is unknown color: approx Deep Magenta. HEX triplet: D1, 00 and B0. RGB value is (209,0,176). Sum of RGB (Red+Green+Blue) = 209+0+176=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D100B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D100B0 is #2EFF4F. Grayscale: #525252. Windows color (decimal): -3080016 or 11534545. OLE color: 11534545.

HSL color Cylindrical-coordinate representation of color #D100B0: hue angle of 309.47º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D100B0 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB2090176-
CMYK010.160.18
HSL309.47º100%40.98%-
HSV(B)309.47º100%81.96%-
XYZ34.1316.6942.5-
YUV82.56180.74218.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 176 (69.14% from 255) = 45.71%
R=54.29%
G=0%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2090176010.160.18309.4710040.98
HexD10B006410121356429
Octal32102600144202246514451
Binary110100010101100000110010010000100101001101011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D100B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D100B0; }

 p { color: rgb(209,0,176); }

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

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

 a { background-color: rgb(209,0,176); }

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

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

 span { border-color: rgb(209,0,176); }

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