#D910B2

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

Shades of Deep Magenta #D910B2

Tints of Deep Magenta #D910B2

Color information

#D910B2 (or 0xD910B2) is unknown color: approx Deep Magenta. HEX triplet: D9, 10 and B2. RGB value is (217,16,178). Sum of RGB (Red+Green+Blue) = 217+16+178=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D910B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D910B2 is #26EF4D. Grayscale: #5E5E5E. Windows color (decimal): -2551630 or 11669721. OLE color: 11669721.

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

Color convert

RGB21716178-
CMYK00.930.180.15
HSL311.64º86.27%45.69%-
HSV(B)311.64º92.63%85.1%-
XYZ36.8418.3443.72-
YUV94.57175.09215.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.80%
GREEN value IS 16 (6.64% from 255) = 3.89%
BLUE value IS 178 (69.92% from 255) = 43.31%
R=52.80%
G=3.89%
B=43.31%

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
Decimal2171617800.930.180.15311.6486.2745.69
HexD910B205D12F138562e
Octal331202620135221747012656
Binary110110011000010110010010111011001011111001110001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D910B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D910B2; }

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

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

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

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

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

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

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

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