#D516D5

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

Shades of Deep Magenta #D516D5

Tints of Deep Magenta #D516D5

Color information

#D516D5 (or 0xD516D5) is unknown color: approx Deep Magenta. HEX triplet: D5, 16 and D5. RGB value is (213,22,213). Sum of RGB (Red+Green+Blue) = 213+22+213=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D516D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516D5 is #2AE92A. Grayscale: #646464. Windows color (decimal): -2812203 or 13965013. OLE color: 13965013.

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

Color convert

RGB21322213-
CMYK00.9000.16
HSL300º81.28%46.08%-
HSV(B)300º89.67%83.53%-
XYZ39.7419.5264.62-
YUV100.88191.28207.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 22 (8.98% from 255) = 4.91%
BLUE value IS 213 (83.59% from 255) = 47.54%
R=47.54%
G=4.91%
B=47.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132221300.9000.1630081.2846.08
HexD516D505A01012c512e
Octal32526325013202045412156
Binary110101011011011010101010110100100001001011001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D516D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D516D5; }

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

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

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

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

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

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

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

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