#D516B0

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

Shades of Deep Magenta #D516B0

Tints of Deep Magenta #D516B0

Color information

#D516B0 (or 0xD516B0) is unknown color: approx Deep Magenta. HEX triplet: D5, 16 and B0. RGB value is (213,22,176). Sum of RGB (Red+Green+Blue) = 213+22+176=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D516B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D516B0 is #2AE94F. Grayscale: #606060. Windows color (decimal): -2812240 or 11540181. OLE color: 11540181.

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

Color convert

RGB21322176-
CMYK00.900.170.16
HSL311.62º81.28%46.08%-
HSV(B)311.62º89.67%83.53%-
XYZ35.5617.8542.65-
YUV96.66172.78210.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 22 (8.98% from 255) = 5.35%
BLUE value IS 176 (69.14% from 255) = 42.82%
R=51.82%
G=5.35%
B=42.82%

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
Decimal2132217600.900.170.16311.6281.2846.08
HexD516B005A1110138512e
Octal325262600132212047012156
Binary1101010110110101100000101101010001100001001110001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D516B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D516B0; }

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

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

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

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

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

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

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

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