Html Css Color HEX #D400AE Deep Magenta

📋 copy color: '#D400AE'

red 212 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #D400AE

Tints of Deep Magenta #D400AE

RGB

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

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

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

R = 54.92%
G = 0%
B = 45.08%

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

#D400AE (or 0xD400AE) is known color: Deep Magenta. HEX triplet: D4, 00 and AE. RGB value is (212,0,174). Sum of RGB (Red+Green+Blue) = 212+0+174=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D400AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D400AE is #2BFF51. Grayscale: #525252. Windows color (decimal): -2883410 or 11403476. OLE color: 11403476.

HSL color Cylindrical-coordinate representation of color #D400AE: hue angle of 310.75º 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 #D400AE is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 174 -
CMYK 0 1 0.18 0.17
HSL 310.75º 1% 0.42% -
HSV(B) 310.75º 1% 0.83% -
XYZ 34.79 17.05 41.5 -
YUV 83.22 179.24 219.85 -
System Red Green Blue C M Y K H S L
Decimal 212 0 174 0 1 0.18 0.17 310.75 1 0.42
Hex D4 0 AE 0 64 12 11 137 64 2A
Octal 324 0 256 0 144 22 21 467 144 52
Binary 11010100 0 10101110 0 1100100 10010 10001 100110111 1100100 101010

Color Harmonies of #D400AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400AE

Black with #D400AE

Text Example


Text Example

White with #D400AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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