Html Css Color HEX #D409DF Deep Magenta

📋 copy color: '#D409DF'

red 212 ◦ green 9 ◦ blue 223

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

Shades of Deep Magenta #D409DF

Tints of Deep Magenta #D409DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 47.75%
G = 2.03%
B = 50.23%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D409DF (or 0xD409DF) is known color: Deep Magenta. HEX triplet: D4, 09 and DF. RGB value is (212,9,223). Sum of RGB (Red+Green+Blue) = 212+9+223=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #D409DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409DF is #2BF620. Grayscale: #5D5D5D. Windows color (decimal): -2881057 or 14617044. OLE color: 14617044.

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

Color convert

RGB 212 9 223 -
CMYK 0.05 0.96 0 0.13
HSL 296.92º 0.92% 0.45% -
HSV(B) 296.92º 0.96% 0.87% -
XYZ 40.57 19.52 71.44 -
YUV 94.09 200.75 212.1 -
System Red Green Blue C M Y K H S L
Decimal 212 9 223 0.05 0.96 0 0.13 296.92 0.92 0.45
Hex D4 9 DF 5 60 0 D 129 5C 2D
Octal 324 11 337 5 140 0 15 451 134 55
Binary 11010100 1001 11011111 101 1100000 0 1101 100101001 1011100 101101

Color Harmonies of #D409DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D409DF

Black with #D409DF

Text Example


Text Example

White with #D409DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D409DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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