Html Css Color HEX #DD0ED9 Deep Magenta

📋 copy color: '#DD0ED9'

red 221 ◦ green 14 ◦ blue 217

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

Shades of Deep Magenta #DD0ED9

Tints of Deep Magenta #DD0ED9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.1%

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 48.89%
G = 3.1%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD0ED9 (or 0xDD0ED9) is known color: Deep Magenta. HEX triplet: DD, 0E and D9. RGB value is (221,14,217). Sum of RGB (Red+Green+Blue) = 221+14+217=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ED9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ED9 is #22F126. Grayscale: #626262. Windows color (decimal): -2289959 or 14225117. OLE color: 14225117.

HSL color Cylindrical-coordinate representation of color #DD0ED9: hue angle of 301.16º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0ED9 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 14 217 -
CMYK 0 0.94 0.02 0.13
HSL 301.16º 0.88% 0.46% -
HSV(B) 301.16º 0.94% 0.87% -
XYZ 42.5 20.7 67.4 -
YUV 99.04 194.58 214.99 -
System Red Green Blue C M Y K H S L
Decimal 221 14 217 0 0.94 0.02 0.13 301.16 0.88 0.46
Hex DD E D9 0 5E 2 D 12D 58 2E
Octal 335 16 331 0 136 2 15 455 130 56
Binary 11011101 1110 11011001 0 1011110 10 1101 100101101 1011000 101110

Color Harmonies of #DD0ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0ED9

Black with #DD0ED9

Text Example


Text Example

White with #DD0ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0ED9; }

 p { color: rgb(221,14,217); }

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

background-color css

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

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

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

border-color css

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

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

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