#D919B9

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

Shades of Deep Magenta #D919B9

Tints of Deep Magenta #D919B9

Color information

#D919B9 (or 0xD919B9) is unknown color: approx Deep Magenta. HEX triplet: D9, 19 and B9. RGB value is (217,25,185). Sum of RGB (Red+Green+Blue) = 217+25+185=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D919B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D919B9 is #26E646. Grayscale: #646464. Windows color (decimal): -2549319 or 12130777. OLE color: 12130777.

HSL color Cylindrical-coordinate representation of color #D919B9: hue angle of 310º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D919B9 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB21725185-
CMYK00.880.150.15
HSL310º79.34%47.45%-
HSV(B)310º88.48%85.1%-
XYZ37.7218.9547.57-
YUV100.65175.61210.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 25 (10.16% from 255) = 5.85%
BLUE value IS 185 (72.66% from 255) = 43.33%
R=50.82%
G=5.85%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172518500.880.150.1531079.3447.45
HexD919B9058FF1364f2f
Octal331312710130171746611757
Binary11011001110011011100101011000111111111001101101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D919B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D919B9; }

 p { color: rgb(217,25,185); }

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

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

 a { background-color: rgb(217,25,185); }

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

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

 span { border-color: rgb(217,25,185); }

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