#D516C4

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

Shades of Deep Magenta #D516C4

Tints of Deep Magenta #D516C4

Color information

#D516C4 (or 0xD516C4) is unknown color: approx Deep Magenta. HEX triplet: D5, 16 and C4. RGB value is (213,22,196). Sum of RGB (Red+Green+Blue) = 213+22+196=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D516C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516C4 is #2AE93B. Grayscale: #626262. Windows color (decimal): -2812220 or 12850901. OLE color: 12850901.

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

Color convert

RGB21322196-
CMYK00.900.080.16
HSL305.34º81.28%46.08%-
HSV(B)305.34º89.67%83.53%-
XYZ37.6918.7153.85-
YUV98.94182.78209.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 22 (8.98% from 255) = 5.10%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=49.42%
G=5.10%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132219600.900.080.16305.3481.2846.08
HexD516C405A810131512e
Octal325263040132102046112156
Binary110101011011011000100010110101000100001001100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D516C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D516C4; }

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

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

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

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

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

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

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

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