Html Css Color HEX #D409DD Deep Magenta

📋 copy color: '#D409DD'

red 212 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #D409DD

Tints of Deep Magenta #D409DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 47.96%
G = 2.04%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D409DD (or 0xD409DD) is known color: Deep Magenta. HEX triplet: D4, 09 and DD. RGB value is (212,9,221). Sum of RGB (Red+Green+Blue) = 212+9+221=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #D409DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409DD is #2BF622. Grayscale: #5D5D5D. Windows color (decimal): -2881059 or 14485972. OLE color: 14485972.

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

Color convert

RGB 212 9 221 -
CMYK 0.04 0.96 0 0.13
HSL 297.45º 0.92% 0.45% -
HSV(B) 297.45º 0.96% 0.87% -
XYZ 40.3 19.41 70.03 -
YUV 93.87 199.75 212.26 -
System Red Green Blue C M Y K H S L
Decimal 212 9 221 0.04 0.96 0 0.13 297.45 0.92 0.45
Hex D4 9 DD 4 60 0 D 129 5C 2D
Octal 324 11 335 4 140 0 15 451 134 55
Binary 11010100 1001 11011101 100 1100000 0 1101 100101001 1011100 101101

Color Harmonies of #D409DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D409DD

Black with #D409DD

Text Example


Text Example

White with #D409DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D409DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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