#D316D7

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

Shades of Deep Magenta #D316D7

Tints of Deep Magenta #D316D7

Color information

#D316D7 (or 0xD316D7) is unknown color: approx Deep Magenta. HEX triplet: D3, 16 and D7. RGB value is (211,22,215). Sum of RGB (Red+Green+Blue) = 211+22+215=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #D316D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D316D7 is #2CE928. Grayscale: #636363. Windows color (decimal): -2943273 or 14096083. OLE color: 14096083.

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

Color convert

RGB21122215-
CMYK0.020.9000.16
HSL298.76º81.43%46.47%-
HSV(B)298.76º89.77%84.31%-
XYZ39.4219.3365.94-
YUV100.51192.62206.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 22 (8.98% from 255) = 4.91%
BLUE value IS 215 (84.38% from 255) = 47.99%
R=47.10%
G=4.91%
B=47.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211222150.020.9000.16298.7681.4346.47
HexD316D725A01012b512e
Octal32326327213202045312156
Binary1101001110110110101111010110100100001001010111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D316D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D316D7; }

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

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

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

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

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

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

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

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