Html Css Color HEX #D417AE Deep Magenta

📋 copy color: '#D417AE'

red 212 ◦ green 23 ◦ blue 174

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

Shades of Deep Magenta #D417AE

Tints of Deep Magenta #D417AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.62%

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

R = 51.83%
G = 5.62%
B = 42.54%

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

#D417AE (or 0xD417AE) is known color: Deep Magenta. HEX triplet: D4, 17 and AE. RGB value is (212,23,174). Sum of RGB (Red+Green+Blue) = 212+23+174=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D417AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D417AE is #2BE851. Grayscale: #606060. Windows color (decimal): -2877522 or 11409364. OLE color: 11409364.

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

Color convert

RGB 212 23 174 -
CMYK 0 0.89 0.18 0.17
HSL 312.06º 0.8% 0.46% -
HSV(B) 312.06º 0.89% 0.83% -
XYZ 35.1 17.67 41.6 -
YUV 96.73 171.62 210.22 -
System Red Green Blue C M Y K H S L
Decimal 212 23 174 0 0.89 0.18 0.17 312.06 0.8 0.46
Hex D4 17 AE 0 59 12 11 138 50 2E
Octal 324 27 256 0 131 22 21 470 120 56
Binary 11010100 10111 10101110 0 1011001 10010 10001 100111000 1010000 101110

Color Harmonies of #D417AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D417AE

Black with #D417AE

Text Example


Text Example

White with #D417AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D417AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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