Html Css Color HEX #D400AD Deep Magenta

📋 copy color: '#D400AD'

red 212 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #D400AD

Tints of Deep Magenta #D400AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.06%
G = 0%
B = 44.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D400AD (or 0xD400AD) is known color: Deep Magenta. HEX triplet: D4, 00 and AD. RGB value is (212,0,173). Sum of RGB (Red+Green+Blue) = 212+0+173=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D400AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D400AD is #2BFF52. Grayscale: #525252. Windows color (decimal): -2883411 or 11337940. OLE color: 11337940.

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

Color convert

RGB 212 0 173 -
CMYK 0 1 0.18 0.17
HSL 311.04º 1% 0.42% -
HSV(B) 311.04º 1% 0.83% -
XYZ 34.69 17.01 40.99 -
YUV 83.11 178.74 219.93 -
System Red Green Blue C M Y K H S L
Decimal 212 0 173 0 1 0.18 0.17 311.04 1 0.42
Hex D4 0 AD 0 64 12 11 137 64 2A
Octal 324 0 255 0 144 22 21 467 144 52
Binary 11010100 0 10101101 0 1100100 10010 10001 100110111 1100100 101010

Color Harmonies of #D400AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400AD

Black with #D400AD

Text Example


Text Example

White with #D400AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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