Html Css Color HEX #D404AE Deep Magenta

📋 copy color: '#D404AE'

red 212 ◦ green 4 ◦ blue 174

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

Shades of Deep Magenta #D404AE

Tints of Deep Magenta #D404AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 54.36%
G = 1.03%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D404AE (or 0xD404AE) is known color: Deep Magenta. HEX triplet: D4, 04 and AE. RGB value is (212,4,174). Sum of RGB (Red+Green+Blue) = 212+4+174=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D404AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D404AE is #2BFB51. Grayscale: #555555. Windows color (decimal): -2882386 or 11404500. OLE color: 11404500.

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

Color convert

RGB 212 4 174 -
CMYK 0 0.98 0.18 0.17
HSL 310.96º 0.96% 0.42% -
HSV(B) 310.96º 0.98% 0.83% -
XYZ 34.83 17.14 41.52 -
YUV 85.57 177.91 218.18 -
System Red Green Blue C M Y K H S L
Decimal 212 4 174 0 0.98 0.18 0.17 310.96 0.96 0.42
Hex D4 4 AE 0 62 12 11 137 60 2A
Octal 324 4 256 0 142 22 21 467 140 52
Binary 11010100 100 10101110 0 1100010 10010 10001 100110111 1100000 101010

Color Harmonies of #D404AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D404AE

Black with #D404AE

Text Example


Text Example

White with #D404AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D404AE; }

 p { color: rgb(212,4,174); }

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

background-color css

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

 a { background-color: rgb(212,4,174); }

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

border-color css

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

 span { border-color: rgb(212,4,174); }

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