Html Css Color HEX #DD0EBC Deep Magenta

📋 copy color: '#DD0EBC'

red 221 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #DD0EBC

Tints of Deep Magenta #DD0EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 52.25%
G = 3.31%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD0EBC (or 0xDD0EBC) is known color: Deep Magenta. HEX triplet: DD, 0E and BC. RGB value is (221,14,188). Sum of RGB (Red+Green+Blue) = 221+14+188=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0EBC is #22F143. Grayscale: #5F5F5F. Windows color (decimal): -2289988 or 12324573. OLE color: 12324573.

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

Color convert

RGB 221 14 188 -
CMYK 0 0.94 0.15 0.13
HSL 309.57º 0.88% 0.46% -
HSV(B) 309.57º 0.94% 0.87% -
XYZ 39.05 19.32 49.25 -
YUV 95.73 180.08 217.35 -
System Red Green Blue C M Y K H S L
Decimal 221 14 188 0 0.94 0.15 0.13 309.57 0.88 0.46
Hex DD E BC 0 5E F D 136 58 2E
Octal 335 16 274 0 136 17 15 466 130 56
Binary 11011101 1110 10111100 0 1011110 1111 1101 100110110 1011000 101110

Color Harmonies of #DD0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0EBC

Black with #DD0EBC

Text Example


Text Example

White with #DD0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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