Html Css Color HEX #D419DD Deep Magenta

📋 copy color: '#D419DD'

red 212 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #D419DD

Tints of Deep Magenta #D419DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.46%

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

R = 46.29%
G = 5.46%
B = 48.25%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D419DD (or 0xD419DD) is known color: Deep Magenta. HEX triplet: D4, 19 and DD. RGB value is (212,25,221). Sum of RGB (Red+Green+Blue) = 212+25+221=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #D419DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D419DD is #2BE622. Grayscale: #666666. Windows color (decimal): -2876963 or 14490068. OLE color: 14490068.

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

Color convert

RGB 212 25 221 -
CMYK 0.04 0.89 0 0.13
HSL 297.24º 0.8% 0.48% -
HSV(B) 297.24º 0.89% 0.87% -
XYZ 40.55 19.91 70.11 -
YUV 103.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 212 25 221 0.04 0.89 0 0.13 297.24 0.8 0.48
Hex D4 19 DD 4 59 0 D 129 50 30
Octal 324 31 335 4 131 0 15 451 120 60
Binary 11010100 11001 11011101 100 1011001 0 1101 100101001 1010000 110000

Color Harmonies of #D419DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D419DD

Black with #D419DD

Text Example


Text Example

White with #D419DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D419DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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