#D813D3

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

Shades of Deep Magenta #D813D3

Tints of Deep Magenta #D813D3

Color information

#D813D3 (or 0xD813D3) is unknown color: approx Deep Magenta. HEX triplet: D8, 13 and D3. RGB value is (216,19,211). Sum of RGB (Red+Green+Blue) = 216+19+211=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D813D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813D3 is #27EC2C. Grayscale: #636363. Windows color (decimal): -2616365 or 13833176. OLE color: 13833176.

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

Color convert

RGB21619211-
CMYK00.910.020.15
HSL301.52º83.83%46.08%-
HSV(B)301.52º91.2%84.71%-
XYZ40.3119.7763.32-
YUV99.79190.77210.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161921100.910.020.15301.5283.8346.08
HexD813D305B2F12e542e
Octal33023323013321745612456
Binary110110001001111010011010110111011111001011101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D813D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D813D3; }

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

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

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

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

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

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

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

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