Html Css Color HEX #DA0AE3 Deep Magenta

📋 copy color: '#DA0AE3'

red 218 ◦ green 10 ◦ blue 227

#DA0AE3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #DA0AE3

Tints of Deep Magenta #DA0AE3

RGB

 RED value IS 218 (85.55% from 255) = 47.91%

 GREEN value IS 10 (4.3% from 255) = 2.2%

 BLUE value IS 227 (89.06% from 255) = 49.89%

R = 47.91%
G = 2.2%
B = 49.89%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DA0AE3 (or 0xDA0AE3) is known color: Deep Magenta. HEX triplet: DA, 0A and E3. RGB value is (218,10,227). Sum of RGB (Red+Green+Blue) = 218+10+227=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA0AE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0AE3 is #25F51C. Grayscale: #606060. Windows color (decimal): -2487581 or 14879450. OLE color: 14879450.

HSL color Cylindrical-coordinate representation of color #DA0AE3: hue angle of 297.51º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0AE3 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 10 227 -
CMYK 0.04 0.96 0 0.11
HSL 297.51º 0.92% 0.46% -
HSV(B) 297.51º 0.96% 0.89% -
XYZ 42.89 20.67 74.4 -
YUV 96.93 201.41 214.36 -
System Red Green Blue C M Y K H S L
Decimal 218 10 227 0.04 0.96 0 0.11 297.51 0.92 0.46
Hex DA A E3 4 60 0 B 12A 5C 2E
Octal 332 12 343 4 140 0 13 452 134 56
Binary 11011010 1010 11100011 100 1100000 0 1011 100101010 1011100 101110

Color Harmonies of #DA0AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0AE3

Black with #DA0AE3

Text Example


Text Example

White with #DA0AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0AE3; }

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

 H1.HeaderClassName
 {
   color: #DA0AE3;
 }
 .AnyTagClassName
 {
   color: #DA0AE3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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