Html Css Color HEX #DD19DD Deep Magenta

📋 copy color: '#DD19DD'

red 221 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #DD19DD

Tints of Deep Magenta #DD19DD

RGB

 RED value IS 221 (86.72% from 255) = 47.32%

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

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

R = 47.32%
G = 5.35%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD19DD (or 0xDD19DD) is known color: Deep Magenta. HEX triplet: DD, 19 and DD. RGB value is (221,25,221). Sum of RGB (Red+Green+Blue) = 221+25+221=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD19DD is #22E622. Grayscale: #696969. Windows color (decimal): -2287139 or 14490077. OLE color: 14490077.

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

Color convert

RGB 221 25 221 -
CMYK 0 0.89 0 0.13
HSL 300º 0.8% 0.48% -
HSV(B) 300º 0.89% 0.87% -
XYZ 43.22 21.29 70.24 -
YUV 105.95 192.93 210.06 -
System Red Green Blue C M Y K H S L
Decimal 221 25 221 0 0.89 0 0.13 300 0.8 0.48
Hex DD 19 DD 0 59 0 D 12C 50 30
Octal 335 31 335 0 131 0 15 454 120 60
Binary 11011101 11001 11011101 0 1011001 0 1101 100101100 1010000 110000

Color Harmonies of #DD19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19DD

Black with #DD19DD

Text Example


Text Example

White with #DD19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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