Html Css Color HEX #D411DC Deep Magenta

📋 copy color: '#D411DC'

red 212 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #D411DC

Tints of Deep Magenta #D411DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.79%

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

R = 47.22%
G = 3.79%
B = 49%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D411DC (or 0xD411DC) is known color: Deep Magenta. HEX triplet: D4, 11 and DC. RGB value is (212,17,220). Sum of RGB (Red+Green+Blue) = 212+17+220=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #D411DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411DC is #2BEE23. Grayscale: #616161. Windows color (decimal): -2879012 or 14422484. OLE color: 14422484.

HSL color Cylindrical-coordinate representation of color #D411DC: hue angle of 297.64º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D411DC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 17 220 -
CMYK 0.04 0.92 0 0.14
HSL 297.64º 0.86% 0.46% -
HSV(B) 297.64º 0.92% 0.86% -
XYZ 40.27 19.57 69.36 -
YUV 98.45 196.6 208.99 -
System Red Green Blue C M Y K H S L
Decimal 212 17 220 0.04 0.92 0 0.14 297.64 0.86 0.46
Hex D4 11 DC 4 5C 0 E 12A 56 2E
Octal 324 21 334 4 134 0 16 452 126 56
Binary 11010100 10001 11011100 100 1011100 0 1110 100101010 1010110 101110

Color Harmonies of #D411DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D411DC

Black with #D411DC

Text Example


Text Example

White with #D411DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D411DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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