Html Css Color HEX #D409DC Deep Magenta

📋 copy color: '#D409DC'

red 212 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #D409DC

Tints of Deep Magenta #D409DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 48.07%
G = 2.04%
B = 49.89%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D409DC (or 0xD409DC) is known color: Deep Magenta. HEX triplet: D4, 09 and DC. RGB value is (212,9,220). Sum of RGB (Red+Green+Blue) = 212+9+220=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #D409DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409DC is #2BF623. Grayscale: #5D5D5D. Windows color (decimal): -2881060 or 14420436. OLE color: 14420436.

HSL color Cylindrical-coordinate representation of color #D409DC: hue angle of 297.73º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409DC is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 9 220 -
CMYK 0.04 0.96 0 0.14
HSL 297.73º 0.92% 0.45% -
HSV(B) 297.73º 0.96% 0.86% -
XYZ 40.17 19.36 69.33 -
YUV 93.75 199.25 212.34 -
System Red Green Blue C M Y K H S L
Decimal 212 9 220 0.04 0.96 0 0.14 297.73 0.92 0.45
Hex D4 9 DC 4 60 0 E 12A 5C 2D
Octal 324 11 334 4 140 0 16 452 134 55
Binary 11010100 1001 11011100 100 1100000 0 1110 100101010 1011100 101101

Color Harmonies of #D409DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D409DC

Black with #D409DC

Text Example


Text Example

White with #D409DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D409DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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