Html Css Color HEX #D409AE Deep Magenta

📋 copy color: '#D409AE'

red 212 ◦ green 9 ◦ blue 174

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

Shades of Deep Magenta #D409AE

Tints of Deep Magenta #D409AE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.28%

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

R = 53.67%
G = 2.28%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D409AE (or 0xD409AE) is known color: Deep Magenta. HEX triplet: D4, 09 and AE. RGB value is (212,9,174). Sum of RGB (Red+Green+Blue) = 212+9+174=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D409AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D409AE is #2BF651. Grayscale: #585858. Windows color (decimal): -2881106 or 11405780. OLE color: 11405780.

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

Color convert

RGB 212 9 174 -
CMYK 0 0.96 0.18 0.17
HSL 311.23º 0.92% 0.43% -
HSV(B) 311.23º 0.96% 0.83% -
XYZ 34.89 17.25 41.53 -
YUV 88.51 176.25 216.08 -
System Red Green Blue C M Y K H S L
Decimal 212 9 174 0 0.96 0.18 0.17 311.23 0.92 0.43
Hex D4 9 AE 0 60 12 11 137 5C 2B
Octal 324 11 256 0 140 22 21 467 134 53
Binary 11010100 1001 10101110 0 1100000 10010 10001 100110111 1011100 101011

Color Harmonies of #D409AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D409AE

Black with #D409AE

Text Example


Text Example

White with #D409AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D409AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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