Html Css Color HEX #DD0ED8 Deep Magenta

📋 copy color: '#DD0ED8'

red 221 ◦ green 14 ◦ blue 216

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

Shades of Deep Magenta #DD0ED8

Tints of Deep Magenta #DD0ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.89%

R = 49%
G = 3.1%
B = 47.89%

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

#DD0ED8 (or 0xDD0ED8) is known color: Deep Magenta. HEX triplet: DD, 0E and D8. RGB value is (221,14,216). Sum of RGB (Red+Green+Blue) = 221+14+216=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ED8 is #22F127. Grayscale: #626262. Windows color (decimal): -2289960 or 14159581. OLE color: 14159581.

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

Color convert

RGB 221 14 216 -
CMYK 0 0.94 0.02 0.13
HSL 301.45º 0.88% 0.46% -
HSV(B) 301.45º 0.94% 0.87% -
XYZ 42.37 20.64 66.72 -
YUV 98.92 194.08 215.07 -
System Red Green Blue C M Y K H S L
Decimal 221 14 216 0 0.94 0.02 0.13 301.45 0.88 0.46
Hex DD E D8 0 5E 2 D 12D 58 2E
Octal 335 16 330 0 136 2 15 455 130 56
Binary 11011101 1110 11011000 0 1011110 10 1101 100101101 1011000 101110

Color Harmonies of #DD0ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0ED8

Black with #DD0ED8

Text Example


Text Example

White with #DD0ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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