#D910B4

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

Shades of Deep Magenta #D910B4

Tints of Deep Magenta #D910B4

Color information

#D910B4 (or 0xD910B4) is unknown color: approx Deep Magenta. HEX triplet: D9, 10 and B4. RGB value is (217,16,180). Sum of RGB (Red+Green+Blue) = 217+16+180=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D910B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910B4 is #26EF4B. Grayscale: #5E5E5E. Windows color (decimal): -2551628 or 11800793. OLE color: 11800793.

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

Color convert

RGB21716180-
CMYK00.930.170.15
HSL311.04º86.27%45.69%-
HSV(B)311.04º92.63%85.1%-
XYZ37.0418.4244.78-
YUV94.79176.09215.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 16 (6.64% from 255) = 3.87%
BLUE value IS 180 (70.70% from 255) = 43.58%
R=52.54%
G=3.87%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171618000.930.170.15311.0486.2745.69
HexD910B405D11F137562e
Octal331202640135211746712656
Binary110110011000010110100010111011000111111001101111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D910B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D910B4; }

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

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

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

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

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

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

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

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