Html Css Color HEX #DD0ECE Deep Magenta

📋 copy color: '#DD0ECE'

red 221 ◦ green 14 ◦ blue 206

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

Shades of Deep Magenta #DD0ECE

Tints of Deep Magenta #DD0ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 50.11%
G = 3.17%
B = 46.71%

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

#DD0ECE (or 0xDD0ECE) is known color: Deep Magenta. HEX triplet: DD, 0E and CE. RGB value is (221,14,206). Sum of RGB (Red+Green+Blue) = 221+14+206=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ECE is #22F131. Grayscale: #616161. Windows color (decimal): -2289970 or 13504221. OLE color: 13504221.

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

Color convert

RGB 221 14 206 -
CMYK 0 0.94 0.07 0.13
HSL 304.35º 0.88% 0.46% -
HSV(B) 304.35º 0.94% 0.87% -
XYZ 41.12 20.14 60.11 -
YUV 97.78 189.08 215.89 -
System Red Green Blue C M Y K H S L
Decimal 221 14 206 0 0.94 0.07 0.13 304.35 0.88 0.46
Hex DD E CE 0 5E 7 D 130 58 2E
Octal 335 16 316 0 136 7 15 460 130 56
Binary 11011101 1110 11001110 0 1011110 111 1101 100110000 1011000 101110

Color Harmonies of #DD0ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0ECE

Black with #DD0ECE

Text Example


Text Example

White with #DD0ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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