Html Css Color HEX #DD0ECD Deep Magenta

📋 copy color: '#DD0ECD'

red 221 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #DD0ECD

Tints of Deep Magenta #DD0ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 50.23%
G = 3.18%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD0ECD (or 0xDD0ECD) is known color: Deep Magenta. HEX triplet: DD, 0E and CD. RGB value is (221,14,205). Sum of RGB (Red+Green+Blue) = 221+14+205=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ECD is #22F132. Grayscale: #616161. Windows color (decimal): -2289971 or 13438685. OLE color: 13438685.

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

Color convert

RGB 221 14 205 -
CMYK 0 0.94 0.07 0.13
HSL 304.64º 0.88% 0.46% -
HSV(B) 304.64º 0.94% 0.87% -
XYZ 41 20.09 59.48 -
YUV 97.67 188.58 215.97 -
System Red Green Blue C M Y K H S L
Decimal 221 14 205 0 0.94 0.07 0.13 304.64 0.88 0.46
Hex DD E CD 0 5E 7 D 131 58 2E
Octal 335 16 315 0 136 7 15 461 130 56
Binary 11011101 1110 11001101 0 1011110 111 1101 100110001 1011000 101110

Color Harmonies of #DD0ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0ECD

Black with #DD0ECD

Text Example


Text Example

White with #DD0ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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