Html Css Color HEX #DA01DC Deep Magenta

📋 copy color: '#DA01DC'

red 218 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #DA01DC

Tints of Deep Magenta #DA01DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 49.66%
G = 0.23%
B = 50.11%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA01DC (or 0xDA01DC) is known color: Deep Magenta. HEX triplet: DA, 01 and DC. RGB value is (218,1,220). Sum of RGB (Red+Green+Blue) = 218+1+220=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01DC is #25FE23. Grayscale: #5A5A5A. Windows color (decimal): -2489892 or 14418394. OLE color: 14418394.

HSL color Cylindrical-coordinate representation of color #DA01DC: hue angle of 299.45º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA01DC is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 1 220 -
CMYK 0.01 1.00 0 0.14
HSL 299.45º 0.99% 0.43% -
HSV(B) 299.45º 1% 0.86% -
XYZ 41.84 20.09 69.38 -
YUV 90.85 200.89 218.69 -
System Red Green Blue C M Y K H S L
Decimal 218 1 220 0.01 1.00 0 0.14 299.45 0.99 0.43
Hex DA 1 DC 1 64 0 E 12B 63 2B
Octal 332 1 334 1 144 0 16 453 143 53
Binary 11011010 1 11011100 1 1100100 0 1110 100101011 1100011 101011

Color Harmonies of #DA01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA01DC

Black with #DA01DC

Text Example


Text Example

White with #DA01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA01DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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