#d10fbf

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

Shades of Deep Magenta #D10FBF

Tints of Deep Magenta #D10FBF

Color information

#D10FBF (or 0xD10FBF) is unknown color: approx Deep Magenta. HEX triplet: D1, 0F and BF. RGB value is (209,15,191). Sum of RGB (Red+Green+Blue) = 209+15+191=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FBF is #2EF040. Grayscale: #5C5C5C. Windows color (decimal): -3076161 or 12521425. OLE color: 12521425.

HSL color Cylindrical-coordinate representation of color #D10FBF: hue angle of 305.57º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10FBF is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB20915191-
CMYK00.930.090.18
HSL305.57º86.61%43.92%-
HSV(B)305.57º92.82%81.96%-
XYZ35.8717.6650.81-
YUV93.07183.27210.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 15 (6.25% from 255) = 3.61%
BLUE value IS 191 (75% from 255) = 46.02%
R=50.36%
G=3.61%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091519100.930.090.18305.5786.6143.92
HexD1FBF05D912132572c
Octal321172770135112246212754
Binary11010001111110111111010111011001100101001100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10fbf; }

 p { color: rgb(209,15,191); }

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

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

 a { background-color: rgb(209,15,191); }

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

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

 span { border-color: rgb(209,15,191); }

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