#D013B0

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

Shades of Deep Magenta #D013B0

Tints of Deep Magenta #D013B0

Color information

#D013B0 (or 0xD013B0) is unknown color: approx Deep Magenta. HEX triplet: D0, 13 and B0. RGB value is (208,19,176). Sum of RGB (Red+Green+Blue) = 208+19+176=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D013B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D013B0 is #2FEC4F. Grayscale: #5C5C5C. Windows color (decimal): -3140688 or 11539408. OLE color: 11539408.

HSL color Cylindrical-coordinate representation of color #D013B0: hue angle of 310.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D013B0 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB20819176-
CMYK00.910.150.18
HSL310.16º83.26%44.51%-
HSV(B)310.16º90.87%81.57%-
XYZ34.0817.0142.56-
YUV93.41174.62209.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.61%
GREEN value IS 19 (7.81% from 255) = 4.71%
BLUE value IS 176 (69.14% from 255) = 43.67%
R=51.61%
G=4.71%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081917600.910.150.18310.1683.2644.51
HexD013B005BF12136532d
Octal320232600133172246612355
Binary110100001001110110000010110111111100101001101101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D013B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D013B0; }

 p { color: rgb(208,19,176); }

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

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

 a { background-color: rgb(208,19,176); }

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

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

 span { border-color: rgb(208,19,176); }

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