Html Css Color HEX #DD0EC8 Deep Magenta

📋 copy color: '#DD0EC8'

red 221 ◦ green 14 ◦ blue 200

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

Shades of Deep Magenta #DD0EC8

Tints of Deep Magenta #DD0EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.98%

R = 50.8%
G = 3.22%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD0EC8 (or 0xDD0EC8) is known color: Deep Magenta. HEX triplet: DD, 0E and C8. RGB value is (221,14,200). Sum of RGB (Red+Green+Blue) = 221+14+200=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0EC8 is #22F137. Grayscale: #606060. Windows color (decimal): -2289976 or 13111005. OLE color: 13111005.

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

Color convert

RGB 221 14 200 -
CMYK 0 0.94 0.10 0.13
HSL 306.09º 0.88% 0.46% -
HSV(B) 306.09º 0.94% 0.87% -
XYZ 40.4 19.86 56.35 -
YUV 97.1 186.08 216.38 -
System Red Green Blue C M Y K H S L
Decimal 221 14 200 0 0.94 0.10 0.13 306.09 0.88 0.46
Hex DD E C8 0 5E A D 132 58 2E
Octal 335 16 310 0 136 12 15 462 130 56
Binary 11011101 1110 11001000 0 1011110 1010 1101 100110010 1011000 101110

Color Harmonies of #DD0EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0EC8

Black with #DD0EC8

Text Example


Text Example

White with #DD0EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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