#D516B1

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

Shades of Deep Magenta #D516B1

Tints of Deep Magenta #D516B1

Color information

#D516B1 (or 0xD516B1) is unknown color: approx Deep Magenta. HEX triplet: D5, 16 and B1. RGB value is (213,22,177). Sum of RGB (Red+Green+Blue) = 213+22+177=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D516B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D516B1 is #2AE94E. Grayscale: #606060. Windows color (decimal): -2812239 or 11605717. OLE color: 11605717.

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

Color convert

RGB21322177-
CMYK00.900.170.16
HSL311.31º81.28%46.08%-
HSV(B)311.31º89.67%83.53%-
XYZ35.6617.8943.17-
YUV96.78173.28210.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.70%
GREEN value IS 22 (8.98% from 255) = 5.34%
BLUE value IS 177 (69.53% from 255) = 42.96%
R=51.70%
G=5.34%
B=42.96%

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
Decimal2132217700.900.170.16311.3181.2846.08
HexD516B105A1110137512e
Octal325262610132212046712156
Binary1101010110110101100010101101010001100001001101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D516B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D516B1; }

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

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

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

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

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

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

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

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