Html Css Color HEX #DA01E1 Deep Magenta

📋 copy color: '#DA01E1'

red 218 ◦ green 1 ◦ blue 225

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

Shades of Deep Magenta #DA01E1

Tints of Deep Magenta #DA01E1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 225 (88.28% from 255) = 50.68%

R = 49.1%
G = 0.23%
B = 50.68%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA01E1 (or 0xDA01E1) is known color: Deep Magenta. HEX triplet: DA, 01 and E1. RGB value is (218,1,225). Sum of RGB (Red+Green+Blue) = 218+1+225=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA01E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01E1 is #25FE1E. Grayscale: #5A5A5A. Windows color (decimal): -2489887 or 14746074. OLE color: 14746074.

HSL color Cylindrical-coordinate representation of color #DA01E1: hue angle of 298.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA01E1 is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 1 225 -
CMYK 0.03 1.00 0 0.12
HSL 298.13º 0.99% 0.44% -
HSV(B) 298.13º 1% 0.88% -
XYZ 42.51 20.36 72.92 -
YUV 91.42 203.39 218.29 -
System Red Green Blue C M Y K H S L
Decimal 218 1 225 0.03 1.00 0 0.12 298.13 0.99 0.44
Hex DA 1 E1 3 64 0 C 12A 63 2C
Octal 332 1 341 3 144 0 14 452 143 54
Binary 11011010 1 11100001 11 1100100 0 1100 100101010 1100011 101100

Color Harmonies of #DA01E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA01E1

Black with #DA01E1

Text Example


Text Example

White with #DA01E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA01E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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