#D716B1

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

Shades of Deep Magenta #D716B1

Tints of Deep Magenta #D716B1

Color information

#D716B1 (or 0xD716B1) is unknown color: approx Deep Magenta. HEX triplet: D7, 16 and B1. RGB value is (215,22,177). Sum of RGB (Red+Green+Blue) = 215+22+177=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D716B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D716B1 is #28E94E. Grayscale: #606060. Windows color (decimal): -2681167 or 11605719. OLE color: 11605719.

HSL color Cylindrical-coordinate representation of color #D716B1: hue angle of 311.81º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D716B1 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB21522177-
CMYK00.900.180.16
HSL311.81º81.43%46.47%-
HSV(B)311.81º89.77%84.31%-
XYZ36.2518.243.2-
YUV97.38172.94211.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.93%
GREEN value IS 22 (8.98% from 255) = 5.31%
BLUE value IS 177 (69.53% from 255) = 42.75%
R=51.93%
G=5.31%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152217700.900.180.16311.8181.4346.47
HexD716B105A1210138512e
Octal327262610132222047012156
Binary1101011110110101100010101101010010100001001110001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D716B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D716B1; }

 p { color: rgb(215,22,177); }

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

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

 a { background-color: rgb(215,22,177); }

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

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

 span { border-color: rgb(215,22,177); }

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