Html Css Color HEX #D403AD Deep Magenta

📋 copy color: '#D403AD'

red 212 ◦ green 3 ◦ blue 173

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

Shades of Deep Magenta #D403AD

Tints of Deep Magenta #D403AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

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

R = 54.64%
G = 0.77%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D403AD (or 0xD403AD) is known color: Deep Magenta. HEX triplet: D4, 03 and AD. RGB value is (212,3,173). Sum of RGB (Red+Green+Blue) = 212+3+173=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D403AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D403AD is #2BFC52. Grayscale: #545454. Windows color (decimal): -2882643 or 11338708. OLE color: 11338708.

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

Color convert

RGB 212 3 173 -
CMYK 0 0.99 0.18 0.17
HSL 311.2º 0.97% 0.42% -
HSV(B) 311.2º 0.99% 0.83% -
XYZ 34.73 17.08 41 -
YUV 84.87 177.74 218.68 -
System Red Green Blue C M Y K H S L
Decimal 212 3 173 0 0.99 0.18 0.17 311.2 0.97 0.42
Hex D4 3 AD 0 63 12 11 137 61 2A
Octal 324 3 255 0 143 22 21 467 141 52
Binary 11010100 11 10101101 0 1100011 10010 10001 100110111 1100001 101010

Color Harmonies of #D403AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D403AD

Black with #D403AD

Text Example


Text Example

White with #D403AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D403AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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