Html Css Color HEX #DC01DA Deep Magenta

📋 copy color: '#DC01DA'

red 220 ◦ green 1 ◦ blue 218

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

Shades of Deep Magenta #DC01DA

Tints of Deep Magenta #DC01DA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DC01DA: hue angle of 300.55º 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 #DC01DA is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 218 -
CMYK 0 1.00 0.01 0.14
HSL 300.55º 0.99% 0.43% -
HSV(B) 300.55º 1% 0.86% -
XYZ 42.18 20.3 68.02 -
YUV 91.22 199.55 219.86 -
System Red Green Blue C M Y K H S L
Decimal 220 1 218 0 1.00 0.01 0.14 300.55 0.99 0.43
Hex DC 1 DA 0 64 1 E 12D 63 2B
Octal 334 1 332 0 144 1 16 455 143 53
Binary 11011100 1 11011010 0 1100100 1 1110 100101101 1100011 101011

Color Harmonies of #DC01DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01DA

Black with #DC01DA

Text Example


Text Example

White with #DC01DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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