#D716B2

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

Shades of Deep Magenta #D716B2

Tints of Deep Magenta #D716B2

Color information

#D716B2 (or 0xD716B2) is unknown color: approx Deep Magenta. HEX triplet: D7, 16 and B2. RGB value is (215,22,178). Sum of RGB (Red+Green+Blue) = 215+22+178=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D716B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D716B2 is #28E94D. Grayscale: #616161. Windows color (decimal): -2681166 or 11671255. OLE color: 11671255.

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

Color convert

RGB21522178-
CMYK00.900.170.16
HSL311.5º81.43%46.47%-
HSV(B)311.5º89.77%84.31%-
XYZ36.3518.2443.72-
YUV97.49173.44211.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.81%
GREEN value IS 22 (8.98% from 255) = 5.30%
BLUE value IS 178 (69.92% from 255) = 42.89%
R=51.81%
G=5.30%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152217800.900.170.16311.581.4346.47
HexD716B205A1110138512e
Octal327262620132212047012156
Binary1101011110110101100100101101010001100001001110001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D716B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D716B2; }

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

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

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

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

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

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

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

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