Html Css Color HEX #D406DC Deep Magenta

📋 copy color: '#D406DC'

red 212 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #D406DC

Tints of Deep Magenta #D406DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.37%

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

R = 48.4%
G = 1.37%
B = 50.23%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D406DC (or 0xD406DC) is known color: Deep Magenta. HEX triplet: D4, 06 and DC. RGB value is (212,6,220). Sum of RGB (Red+Green+Blue) = 212+6+220=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 6 (2.73% from 255 or 1.37% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #D406DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D406DC is #2BF923. Grayscale: #5B5B5B. Windows color (decimal): -2881828 or 14419668. OLE color: 14419668.

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

Color convert

RGB 212 6 220 -
CMYK 0.04 0.97 0 0.14
HSL 297.76º 0.95% 0.44% -
HSV(B) 297.76º 0.97% 0.86% -
XYZ 40.13 19.29 69.32 -
YUV 91.99 200.25 213.6 -
System Red Green Blue C M Y K H S L
Decimal 212 6 220 0.04 0.97 0 0.14 297.76 0.95 0.44
Hex D4 6 DC 4 61 0 E 12A 5F 2C
Octal 324 6 334 4 141 0 16 452 137 54
Binary 11010100 110 11011100 100 1100001 0 1110 100101010 1011111 101100

Color Harmonies of #D406DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D406DC

Black with #D406DC

Text Example


Text Example

White with #D406DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D406DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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