Html Css Color HEX #D409DB Deep Magenta

📋 copy color: '#D409DB'

red 212 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #D409DB

Tints of Deep Magenta #D409DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 48.18%
G = 2.05%
B = 49.77%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D409DB (or 0xD409DB) is known color: Deep Magenta. HEX triplet: D4, 09 and DB. RGB value is (212,9,219). Sum of RGB (Red+Green+Blue) = 212+9+219=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #D409DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409DB is #2BF624. Grayscale: #5D5D5D. Windows color (decimal): -2881061 or 14354900. OLE color: 14354900.

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

Color convert

RGB 212 9 219 -
CMYK 0.03 0.96 0 0.14
HSL 298º 0.92% 0.45% -
HSV(B) 298º 0.96% 0.86% -
XYZ 40.04 19.31 68.63 -
YUV 93.64 198.75 212.42 -
System Red Green Blue C M Y K H S L
Decimal 212 9 219 0.03 0.96 0 0.14 298 0.92 0.45
Hex D4 9 DB 3 60 0 E 12A 5C 2D
Octal 324 11 333 3 140 0 16 452 134 55
Binary 11010100 1001 11011011 11 1100000 0 1110 100101010 1011100 101101

Color Harmonies of #D409DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D409DB

Black with #D409DB

Text Example


Text Example

White with #D409DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D409DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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