Html Css Color HEX #D418AE Deep Magenta

📋 copy color: '#D418AE'

red 212 ◦ green 24 ◦ blue 174

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

Shades of Deep Magenta #D418AE

Tints of Deep Magenta #D418AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.85%

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

R = 51.71%
G = 5.85%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D418AE (or 0xD418AE) is known color: Deep Magenta. HEX triplet: D4, 18 and AE. RGB value is (212,24,174). Sum of RGB (Red+Green+Blue) = 212+24+174=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D418AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D418AE is #2BE751. Grayscale: #606060. Windows color (decimal): -2877266 or 11409620. OLE color: 11409620.

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

Color convert

RGB 212 24 174 -
CMYK 0 0.89 0.18 0.17
HSL 312.13º 0.8% 0.46% -
HSV(B) 312.13º 0.89% 0.83% -
XYZ 35.12 17.71 41.61 -
YUV 97.31 171.28 209.8 -
System Red Green Blue C M Y K H S L
Decimal 212 24 174 0 0.89 0.18 0.17 312.13 0.8 0.46
Hex D4 18 AE 0 59 12 11 138 50 2E
Octal 324 30 256 0 131 22 21 470 120 56
Binary 11010100 11000 10101110 0 1011001 10010 10001 100111000 1010000 101110

Color Harmonies of #D418AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418AE

Black with #D418AE

Text Example


Text Example

White with #D418AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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