#D10FB3

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

Shades of Deep Magenta #D10FB3

Tints of Deep Magenta #D10FB3

Color information

#D10FB3 (or 0xD10FB3) is unknown color: approx Deep Magenta. HEX triplet: D1, 0F and B3. RGB value is (209,15,179). Sum of RGB (Red+Green+Blue) = 209+15+179=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D10FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FB3 is #2EF04C. Grayscale: #5B5B5B. Windows color (decimal): -3076173 or 11734993. OLE color: 11734993.

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

Color convert

RGB20915179-
CMYK00.930.140.18
HSL309.28º86.61%43.92%-
HSV(B)309.28º92.82%81.96%-
XYZ34.617.1544.13-
YUV91.7177.27211.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 15 (6.25% from 255) = 3.72%
BLUE value IS 179 (70.31% from 255) = 44.42%
R=51.86%
G=3.72%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091517900.930.140.18309.2886.6143.92
HexD1FB305DE12135572c
Octal321172630135162246512754
Binary11010001111110110011010111011110100101001101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10FB3; }

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

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

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

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

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

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

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

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