Html Css Color HEX #DD1ECD Deep Magenta

📋 copy color: '#DD1ECD'

red 221 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #DD1ECD

Tints of Deep Magenta #DD1ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 48.46%
G = 6.58%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD1ECD (or 0xDD1ECD) is known color: Deep Magenta. HEX triplet: DD, 1E and CD. RGB value is (221,30,205). Sum of RGB (Red+Green+Blue) = 221+30+205=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ECD is #22E132. Grayscale: #6A6A6A. Windows color (decimal): -2285875 or 13442781. OLE color: 13442781.

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

Color convert

RGB 221 30 205 -
CMYK 0 0.86 0.07 0.13
HSL 305.03º 0.76% 0.49% -
HSV(B) 305.03º 0.86% 0.87% -
XYZ 41.3 20.71 59.58 -
YUV 107.06 183.28 209.27 -
System Red Green Blue C M Y K H S L
Decimal 221 30 205 0 0.86 0.07 0.13 305.03 0.76 0.49
Hex DD 1E CD 0 56 7 D 131 4C 31
Octal 335 36 315 0 126 7 15 461 114 61
Binary 11011101 11110 11001101 0 1010110 111 1101 100110001 1001100 110001

Color Harmonies of #DD1ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1ECD

Black with #DD1ECD

Text Example


Text Example

White with #DD1ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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