#D916C7

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

Shades of Deep Magenta #D916C7

Tints of Deep Magenta #D916C7

Color information

#D916C7 (or 0xD916C7) is unknown color: approx Deep Magenta. HEX triplet: D9, 16 and C7. RGB value is (217,22,199). Sum of RGB (Red+Green+Blue) = 217+22+199=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D916C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916C7 is #26E938. Grayscale: #636363. Windows color (decimal): -2550073 or 13047513. OLE color: 13047513.

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

Color convert

RGB21722199-
CMYK00.900.080.15
HSL305.54º81.59%46.86%-
HSV(B)305.54º89.86%85.1%-
XYZ39.2119.4555.72-
YUV100.48183.6211.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.54%
GREEN value IS 22 (8.98% from 255) = 5.02%
BLUE value IS 199 (78.12% from 255) = 45.43%
R=49.54%
G=5.02%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172219900.900.080.15305.5481.5946.86
HexD916C705A8F132522f
Octal331263070132101746212257
Binary11011001101101100011101011010100011111001100101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D916C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D916C7; }

 p { color: rgb(217,22,199); }

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

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

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

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

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

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

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