#D313D8

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

Shades of Deep Magenta #D313D8

Tints of Deep Magenta #D313D8

Color information

#D313D8 (or 0xD313D8) is unknown color: approx Deep Magenta. HEX triplet: D3, 13 and D8. RGB value is (211,19,216). Sum of RGB (Red+Green+Blue) = 211+19+216=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #D313D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D313D8 is #2CEC27. Grayscale: #626262. Windows color (decimal): -2944040 or 14160851. OLE color: 14160851.

HSL color Cylindrical-coordinate representation of color #D313D8: hue angle of 298.48º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D313D8 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21119216-
CMYK0.020.9100.15
HSL298.48º83.83%46.08%-
HSV(B)298.48º91.2%84.71%-
XYZ39.4919.2766.6-
YUV98.87194.11207.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.31%
GREEN value IS 19 (7.81% from 255) = 4.26%
BLUE value IS 216 (84.77% from 255) = 48.43%
R=47.31%
G=4.26%
B=48.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211192160.020.9100.15298.4883.8346.08
HexD313D825B0F12a542e
Octal32323330213301745212456
Binary110100111001111011000101011011011111001010101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D313D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D313D8; }

 p { color: rgb(211,19,216); }

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

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

 a { background-color: rgb(211,19,216); }

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

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

 span { border-color: rgb(211,19,216); }

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