Html Css Color HEX #DD0EC1 Deep Magenta

📋 copy color: '#DD0EC1'

red 221 ◦ green 14 ◦ blue 193

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

Shades of Deep Magenta #DD0EC1

Tints of Deep Magenta #DD0EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.09%

R = 51.64%
G = 3.27%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD0EC1 (or 0xDD0EC1) is known color: Deep Magenta. HEX triplet: DD, 0E and C1. RGB value is (221,14,193). Sum of RGB (Red+Green+Blue) = 221+14+193=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0EC1 is #22F13E. Grayscale: #5F5F5F. Windows color (decimal): -2289983 or 12652253. OLE color: 12652253.

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

Color convert

RGB 221 14 193 -
CMYK 0 0.94 0.13 0.13
HSL 308.12º 0.88% 0.46% -
HSV(B) 308.12º 0.94% 0.87% -
XYZ 39.6 19.54 52.14 -
YUV 96.3 182.58 216.95 -
System Red Green Blue C M Y K H S L
Decimal 221 14 193 0 0.94 0.13 0.13 308.12 0.88 0.46
Hex DD E C1 0 5E D D 134 58 2E
Octal 335 16 301 0 136 15 15 464 130 56
Binary 11011101 1110 11000001 0 1011110 1101 1101 100110100 1011000 101110

Color Harmonies of #DD0EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0EC1

Black with #DD0EC1

Text Example


Text Example

White with #DD0EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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