Html Css Color HEX #DD1ED5 Deep Magenta

📋 copy color: '#DD1ED5'

red 221 ◦ green 30 ◦ blue 213

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

Shades of Deep Magenta #DD1ED5

Tints of Deep Magenta #DD1ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.91%

R = 47.63%
G = 6.47%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD1ED5 (or 0xDD1ED5) is known color: Deep Magenta. HEX triplet: DD, 1E and D5. RGB value is (221,30,213). Sum of RGB (Red+Green+Blue) = 221+30+213=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ED5 is #22E12A. Grayscale: #6B6B6B. Windows color (decimal): -2285867 or 13967069. OLE color: 13967069.

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

Color convert

RGB 221 30 213 -
CMYK 0 0.86 0.04 0.13
HSL 302.51º 0.76% 0.49% -
HSV(B) 302.51º 0.86% 0.87% -
XYZ 42.29 21.1 64.8 -
YUV 107.97 187.28 208.62 -
System Red Green Blue C M Y K H S L
Decimal 221 30 213 0 0.86 0.04 0.13 302.51 0.76 0.49
Hex DD 1E D5 0 56 4 D 12F 4C 31
Octal 335 36 325 0 126 4 15 457 114 61
Binary 11011101 11110 11010101 0 1010110 100 1101 100101111 1001100 110001

Color Harmonies of #DD1ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1ED5

Black with #DD1ED5

Text Example


Text Example

White with #DD1ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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