#D716C1

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

Shades of Deep Magenta #D716C1

Tints of Deep Magenta #D716C1

Color information

#D716C1 (or 0xD716C1) is unknown color: approx Deep Magenta. HEX triplet: D7, 16 and C1. RGB value is (215,22,193). Sum of RGB (Red+Green+Blue) = 215+22+193=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D716C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716C1 is #28E93E. Grayscale: #626262. Windows color (decimal): -2681151 or 12654295. OLE color: 12654295.

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

Color convert

RGB21522193-
CMYK00.900.100.16
HSL306.84º81.43%46.47%-
HSV(B)306.84º89.77%84.31%-
XYZ37.9418.8752.1-
YUV99.2180.94210.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 5.12%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=50%
G=5.12%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152219300.900.100.16306.8481.4346.47
HexD716C105AA10133512e
Octal327263010132122046312156
Binary110101111011011000001010110101010100001001100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D716C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D716C1; }

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

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

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

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

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

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

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

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