Html Css Color HEX #D409C0 Deep Magenta

📋 copy color: '#D409C0'

red 212 ◦ green 9 ◦ blue 192

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

Shades of Deep Magenta #D409C0

Tints of Deep Magenta #D409C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 51.33%
G = 2.18%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D409C0 (or 0xD409C0) is known color: Deep Magenta. HEX triplet: D4, 09 and C0. RGB value is (212,9,192). Sum of RGB (Red+Green+Blue) = 212+9+192=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D409C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409C0 is #2BF63F. Grayscale: #5A5A5A. Windows color (decimal): -2881088 or 12585428. OLE color: 12585428.

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

Color convert

RGB 212 9 192 -
CMYK 0 0.96 0.09 0.17
HSL 305.91º 0.92% 0.43% -
HSV(B) 305.91º 0.96% 0.83% -
XYZ 36.76 18 51.41 -
YUV 90.56 185.25 214.62 -
System Red Green Blue C M Y K H S L
Decimal 212 9 192 0 0.96 0.09 0.17 305.91 0.92 0.43
Hex D4 9 C0 0 60 9 11 132 5C 2B
Octal 324 11 300 0 140 11 21 462 134 53
Binary 11010100 1001 11000000 0 1100000 1001 10001 100110010 1011100 101011

Color Harmonies of #D409C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D409C0

Black with #D409C0

Text Example


Text Example

White with #D409C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D409C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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