#DA0AE1

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

Shades of Deep Magenta #DA0AE1

Tints of Deep Magenta #DA0AE1

Color information

#DA0AE1 (or 0xDA0AE1) is unknown color: approx Deep Magenta. HEX triplet: DA, 0A and E1. RGB value is (218,10,225). Sum of RGB (Red+Green+Blue) = 218+10+225=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA0AE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0AE1 is #25F51E. Grayscale: #606060. Windows color (decimal): -2487583 or 14748378. OLE color: 14748378.

HSL color Cylindrical-coordinate representation of color #DA0AE1: hue angle of 298.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0AE1 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21810225-
CMYK0.030.9600.12
HSL298.05º91.49%46.08%-
HSV(B)298.05º95.56%88.24%-
XYZ42.6120.5672.96-
YUV96.7200.41214.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 10 (4.30% from 255) = 2.21%
BLUE value IS 225 (88.28% from 255) = 49.67%
R=48.12%
G=2.21%
B=49.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218102250.030.9600.12298.0591.4946.08
HexDAAE13600C12a5b2e
Octal33212341314001445213356
Binary11011010101011100001111100000011001001010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0AE1; }

 p { color: rgb(218,10,225); }

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

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

 a { background-color: rgb(218,10,225); }

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

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

 span { border-color: rgb(218,10,225); }

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