Html Css Color HEX #DD1ED9 Deep Magenta

📋 copy color: '#DD1ED9'

red 221 ◦ green 30 ◦ blue 217

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

Shades of Deep Magenta #DD1ED9

Tints of Deep Magenta #DD1ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.37%

R = 47.22%
G = 6.41%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD1ED9 (or 0xDD1ED9) is known color: Deep Magenta. HEX triplet: DD, 1E and D9. RGB value is (221,30,217). Sum of RGB (Red+Green+Blue) = 221+30+217=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ED9 is #22E126. Grayscale: #6B6B6B. Windows color (decimal): -2285863 or 14229213. OLE color: 14229213.

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

Color convert

RGB 221 30 217 -
CMYK 0 0.86 0.02 0.13
HSL 301.26º 0.76% 0.49% -
HSV(B) 301.26º 0.86% 0.87% -
XYZ 42.81 21.31 67.5 -
YUV 108.43 189.28 208.29 -
System Red Green Blue C M Y K H S L
Decimal 221 30 217 0 0.86 0.02 0.13 301.26 0.76 0.49
Hex DD 1E D9 0 56 2 D 12D 4C 31
Octal 335 36 331 0 126 2 15 455 114 61
Binary 11011101 11110 11011001 0 1010110 10 1101 100101101 1001100 110001

Color Harmonies of #DD1ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1ED9

Black with #DD1ED9

Text Example


Text Example

White with #DD1ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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