#D716B4

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

Shades of Deep Magenta #D716B4

Tints of Deep Magenta #D716B4

Color information

#D716B4 (or 0xD716B4) is unknown color: approx Deep Magenta. HEX triplet: D7, 16 and B4. RGB value is (215,22,180). Sum of RGB (Red+Green+Blue) = 215+22+180=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D716B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716B4 is #28E94B. Grayscale: #616161. Windows color (decimal): -2681164 or 11802327. OLE color: 11802327.

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

Color convert

RGB21522180-
CMYK00.900.160.16
HSL310.88º81.43%46.47%-
HSV(B)310.88º89.77%84.31%-
XYZ36.5518.3244.79-
YUV97.72174.44211.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.56%
GREEN value IS 22 (8.98% from 255) = 5.28%
BLUE value IS 180 (70.70% from 255) = 43.17%
R=51.56%
G=5.28%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152218000.900.160.16310.8881.4346.47
HexD716B405A1010137512e
Octal327262640132202046712156
Binary1101011110110101101000101101010000100001001101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D716B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D716B4; }

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

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

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

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

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

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

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

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