#D01AE1

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

Shades of Deep Magenta #D01AE1

Tints of Deep Magenta #D01AE1

Color information

#D01AE1 (or 0xD01AE1) is unknown color: approx Deep Magenta. HEX triplet: D0, 1A and E1. RGB value is (208,26,225). Sum of RGB (Red+Green+Blue) = 208+26+225=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #D01AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01AE1 is #2FE51E. Grayscale: #666666. Windows color (decimal): -3138847 or 14752464. OLE color: 14752464.

HSL color Cylindrical-coordinate representation of color #D01AE1: hue angle of 294.87º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01AE1 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20826225-
CMYK0.080.8800.12
HSL294.87º79.28%49.22%-
HSV(B)294.87º88.44%88.24%-
XYZ39.9719.5872.91-
YUV103.1196.8202.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 26 (10.55% from 255) = 5.66%
BLUE value IS 225 (88.28% from 255) = 49.02%
R=45.32%
G=5.66%
B=49.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208262250.080.8800.12294.8779.2849.22
HexD01AE18580C1274f31
Octal320323411013001444711761
Binary11010000110101110000110001011000011001001001111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01AE1; }

 p { color: rgb(208,26,225); }

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

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

 a { background-color: rgb(208,26,225); }

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

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

 span { border-color: rgb(208,26,225); }

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