#D910B3

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

Shades of Deep Magenta #D910B3

Tints of Deep Magenta #D910B3

Color information

#D910B3 (or 0xD910B3) is unknown color: approx Deep Magenta. HEX triplet: D9, 10 and B3. RGB value is (217,16,179). Sum of RGB (Red+Green+Blue) = 217+16+179=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 179 (70.31% from 255 or 43.45% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D910B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910B3 is #26EF4C. Grayscale: #5E5E5E. Windows color (decimal): -2551629 or 11735257. OLE color: 11735257.

HSL color Cylindrical-coordinate representation of color #D910B3: hue angle of 311.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910B3 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB21716179-
CMYK00.930.180.15
HSL311.34º86.27%45.69%-
HSV(B)311.34º92.63%85.1%-
XYZ36.9418.3844.25-
YUV94.68175.59215.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.67%
GREEN value IS 16 (6.64% from 255) = 3.88%
BLUE value IS 179 (70.31% from 255) = 43.45%
R=52.67%
G=3.88%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171617900.930.180.15311.3486.2745.69
HexD910B305D12F137562e
Octal331202630135221746712656
Binary110110011000010110011010111011001011111001101111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D910B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D910B3; }

 p { color: rgb(217,16,179); }

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

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

 a { background-color: rgb(217,16,179); }

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

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

 span { border-color: rgb(217,16,179); }

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