Html Css Color HEX #DD1ED0 Deep Magenta

📋 copy color: '#DD1ED0'

red 221 ◦ green 30 ◦ blue 208

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

Shades of Deep Magenta #DD1ED0

Tints of Deep Magenta #DD1ED0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.54%

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 48.15%
G = 6.54%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD1ED0 (or 0xDD1ED0) is known color: Deep Magenta. HEX triplet: DD, 1E and D0. RGB value is (221,30,208). Sum of RGB (Red+Green+Blue) = 221+30+208=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ED0 is #22E12F. Grayscale: #6A6A6A. Windows color (decimal): -2285872 or 13639389. OLE color: 13639389.

HSL color Cylindrical-coordinate representation of color #DD1ED0: hue angle of 304.08º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1ED0 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 30 208 -
CMYK 0 0.86 0.06 0.13
HSL 304.08º 0.76% 0.49% -
HSV(B) 304.08º 0.86% 0.87% -
XYZ 41.67 20.85 61.5 -
YUV 107.4 184.78 209.03 -
System Red Green Blue C M Y K H S L
Decimal 221 30 208 0 0.86 0.06 0.13 304.08 0.76 0.49
Hex DD 1E D0 0 56 6 D 130 4C 31
Octal 335 36 320 0 126 6 15 460 114 61
Binary 11011101 11110 11010000 0 1010110 110 1101 100110000 1001100 110001

Color Harmonies of #DD1ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1ED0

Black with #DD1ED0

Text Example


Text Example

White with #DD1ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1ED0; }

 p { color: rgb(221,30,208); }

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

background-color css

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

 a { background-color: rgb(221,30,208); }

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

border-color css

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

 span { border-color: rgb(221,30,208); }

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