#D01DAF

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

Shades of Deep Magenta #D01DAF

Tints of Deep Magenta #D01DAF

Color information

#D01DAF (or 0xD01DAF) is unknown color: approx Deep Magenta. HEX triplet: D0, 1D and AF. RGB value is (208,29,175). Sum of RGB (Red+Green+Blue) = 208+29+175=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01DAF is #2FE250. Grayscale: #626262. Windows color (decimal): -3138129 or 11476432. OLE color: 11476432.

HSL color Cylindrical-coordinate representation of color #D01DAF: hue angle of 311.06º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01DAF is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB20829175-
CMYK00.860.160.18
HSL311.06º75.53%46.47%-
HSV(B)311.06º86.06%81.57%-
XYZ34.1917.3842.11-
YUV99.16170.8205.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.49%
GREEN value IS 29 (11.72% from 255) = 7.04%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=50.49%
G=7.04%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082917500.860.160.18311.0675.5346.47
HexD01DAF05610121374c2e
Octal320352570126202246711456
Binary1101000011101101011110101011010000100101001101111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01DAF; }

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

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

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

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

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

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

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

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