#D013B3

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

Shades of Deep Magenta #D013B3

Tints of Deep Magenta #D013B3

Color information

#D013B3 (or 0xD013B3) is unknown color: approx Deep Magenta. HEX triplet: D0, 13 and B3. RGB value is (208,19,179). Sum of RGB (Red+Green+Blue) = 208+19+179=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D013B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D013B3 is #2FEC4C. Grayscale: #5D5D5D. Windows color (decimal): -3140685 or 11736016. OLE color: 11736016.

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

Color convert

RGB20819179-
CMYK00.910.140.18
HSL309.21º83.26%44.51%-
HSV(B)309.21º90.87%81.57%-
XYZ34.3817.1344.14-
YUV93.75176.12209.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.23%
GREEN value IS 19 (7.81% from 255) = 4.68%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=51.23%
G=4.68%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081917900.910.140.18309.2183.2644.51
HexD013B305BE12135532d
Octal320232630133162246512355
Binary110100001001110110011010110111110100101001101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D013B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D013B3; }

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

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

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

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

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

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

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

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