Html Css Color HEX #D409D6 Deep Magenta

📋 copy color: '#D409D6'

red 212 ◦ green 9 ◦ blue 214

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

Shades of Deep Magenta #D409D6

Tints of Deep Magenta #D409D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.2%

R = 48.74%
G = 2.07%
B = 49.2%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D409D6 (or 0xD409D6) is known color: Deep Magenta. HEX triplet: D4, 09 and D6. RGB value is (212,9,214). Sum of RGB (Red+Green+Blue) = 212+9+214=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #D409D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409D6 is #2BF629. Grayscale: #5C5C5C. Windows color (decimal): -2881066 or 14027220. OLE color: 14027220.

HSL color Cylindrical-coordinate representation of color #D409D6: hue angle of 299.41º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409D6 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 9 214 -
CMYK 0.01 0.96 0 0.16
HSL 299.41º 0.92% 0.44% -
HSV(B) 299.41º 0.96% 0.84% -
XYZ 39.39 19.05 65.22 -
YUV 93.07 196.25 212.83 -
System Red Green Blue C M Y K H S L
Decimal 212 9 214 0.01 0.96 0 0.16 299.41 0.92 0.44
Hex D4 9 D6 1 60 0 10 12B 5C 2C
Octal 324 11 326 1 140 0 20 453 134 54
Binary 11010100 1001 11010110 1 1100000 0 10000 100101011 1011100 101100

Color Harmonies of #D409D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D409D6

Black with #D409D6

Text Example


Text Example

White with #D409D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D409D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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