#D013AF

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

Shades of Deep Magenta #D013AF

Tints of Deep Magenta #D013AF

Color information

#D013AF (or 0xD013AF) is unknown color: approx Deep Magenta. HEX triplet: D0, 13 and AF. RGB value is (208,19,175). Sum of RGB (Red+Green+Blue) = 208+19+175=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D013AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D013AF is #2FEC50. Grayscale: #5C5C5C. Windows color (decimal): -3140689 or 11473872. OLE color: 11473872.

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

Color convert

RGB20819175-
CMYK00.910.160.18
HSL310.48º83.26%44.51%-
HSV(B)310.48º90.87%81.57%-
XYZ33.9816.9742.04-
YUV93.3174.12209.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.74%
GREEN value IS 19 (7.81% from 255) = 4.73%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=51.74%
G=4.73%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081917500.910.160.18310.4883.2644.51
HexD013AF05B1012136532d
Octal320232570133202246612355
Binary1101000010011101011110101101110000100101001101101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D013AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D013AF; }

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

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

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

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

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

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

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

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