Html Css Color HEX #D401DC Deep Magenta

📋 copy color: '#D401DC'

red 212 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #D401DC

Tints of Deep Magenta #D401DC

RGB

 RED value IS 212 (83.2% from 255) = 48.96%

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

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

R = 48.96%
G = 0.23%
B = 50.81%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D401DC (or 0xD401DC) is known color: Deep Magenta. HEX triplet: D4, 01 and DC. RGB value is (212,1,220). Sum of RGB (Red+Green+Blue) = 212+1+220=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #D401DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D401DC is #2BFE23. Grayscale: #585858. Windows color (decimal): -2883108 or 14418388. OLE color: 14418388.

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

Color convert

RGB 212 1 220 -
CMYK 0.04 1.00 0 0.14
HSL 297.81º 0.99% 0.43% -
HSV(B) 297.81º 1% 0.86% -
XYZ 40.08 19.19 69.3 -
YUV 89.06 201.9 215.69 -
System Red Green Blue C M Y K H S L
Decimal 212 1 220 0.04 1.00 0 0.14 297.81 0.99 0.43
Hex D4 1 DC 4 64 0 E 12A 63 2B
Octal 324 1 334 4 144 0 16 452 143 53
Binary 11010100 1 11011100 100 1100100 0 1110 100101010 1100011 101011

Color Harmonies of #D401DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D401DC

Black with #D401DC

Text Example


Text Example

White with #D401DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D401DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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