Html Css Color HEX #DA01DF Deep Magenta

📋 copy color: '#DA01DF'

red 218 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #DA01DF

Tints of Deep Magenta #DA01DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 49.32%
G = 0.23%
B = 50.45%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA01DF (or 0xDA01DF) is known color: Deep Magenta. HEX triplet: DA, 01 and DF. RGB value is (218,1,223). Sum of RGB (Red+Green+Blue) = 218+1+223=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01DF is #25FE20. Grayscale: #5A5A5A. Windows color (decimal): -2489889 or 14615002. OLE color: 14615002.

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

Color convert

RGB 218 1 223 -
CMYK 0.02 1.00 0 0.13
HSL 298.65º 0.99% 0.44% -
HSV(B) 298.65º 1% 0.87% -
XYZ 42.24 20.25 71.5 -
YUV 91.19 202.39 218.45 -
System Red Green Blue C M Y K H S L
Decimal 218 1 223 0.02 1.00 0 0.13 298.65 0.99 0.44
Hex DA 1 DF 2 64 0 D 12B 63 2C
Octal 332 1 337 2 144 0 15 453 143 54
Binary 11011010 1 11011111 10 1100100 0 1101 100101011 1100011 101100

Color Harmonies of #DA01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA01DF

Black with #DA01DF

Text Example


Text Example

White with #DA01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA01DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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