#D917D9

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

Shades of Deep Magenta #D917D9

Tints of Deep Magenta #D917D9

Color information

#D917D9 (or 0xD917D9) is unknown color: approx Deep Magenta. HEX triplet: D9, 17 and D9. RGB value is (217,23,217). Sum of RGB (Red+Green+Blue) = 217+23+217=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D917D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917D9 is #26E826. Grayscale: #666666. Windows color (decimal): -2549799 or 14227417. OLE color: 14227417.

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

Color convert

RGB21723217-
CMYK00.8900.15
HSL300º80.83%47.06%-
HSV(B)300º89.4%85.1%-
XYZ41.4520.3767.39-
YUV103.12192.27209.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.48%
GREEN value IS 23 (9.38% from 255) = 5.03%
BLUE value IS 217 (85.16% from 255) = 47.48%
R=47.48%
G=5.03%
B=47.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172321700.8900.1530080.8347.06
HexD917D90590F12c512f
Octal33127331013101745412157
Binary11011001101111101100101011001011111001011001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D917D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D917D9; }

 p { color: rgb(217,23,217); }

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

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

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

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

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

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

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