Html Css Color HEX #D406AD Deep Magenta

📋 copy color: '#D406AD'

red 212 ◦ green 6 ◦ blue 173

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

Shades of Deep Magenta #D406AD

Tints of Deep Magenta #D406AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 54.22%
G = 1.53%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D406AD (or 0xD406AD) is known color: Deep Magenta. HEX triplet: D4, 06 and AD. RGB value is (212,6,173). Sum of RGB (Red+Green+Blue) = 212+6+173=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D406AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D406AD is #2BF952. Grayscale: #565656. Windows color (decimal): -2881875 or 11339476. OLE color: 11339476.

HSL color Cylindrical-coordinate representation of color #D406AD: hue angle of 311.36º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D406AD is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 6 173 -
CMYK 0 0.97 0.18 0.17
HSL 311.36º 0.94% 0.43% -
HSV(B) 311.36º 0.97% 0.83% -
XYZ 34.76 17.14 41.01 -
YUV 86.63 176.75 217.42 -
System Red Green Blue C M Y K H S L
Decimal 212 6 173 0 0.97 0.18 0.17 311.36 0.94 0.43
Hex D4 6 AD 0 61 12 11 137 5E 2B
Octal 324 6 255 0 141 22 21 467 136 53
Binary 11010100 110 10101101 0 1100001 10010 10001 100110111 1011110 101011

Color Harmonies of #D406AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D406AD

Black with #D406AD

Text Example


Text Example

White with #D406AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D406AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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