Html Css Color HEX #DD1EDA Deep Magenta

📋 copy color: '#DD1EDA'

red 221 ◦ green 30 ◦ blue 218

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

Shades of Deep Magenta #DD1EDA

Tints of Deep Magenta #DD1EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 47.12%
G = 6.4%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD1EDA (or 0xDD1EDA) is known color: Deep Magenta. HEX triplet: DD, 1E and DA. RGB value is (221,30,218). Sum of RGB (Red+Green+Blue) = 221+30+218=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EDA is #22E125. Grayscale: #6B6B6B. Windows color (decimal): -2285862 or 14294749. OLE color: 14294749.

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

Color convert

RGB 221 30 218 -
CMYK 0 0.86 0.01 0.13
HSL 300.94º 0.76% 0.49% -
HSV(B) 300.94º 0.86% 0.87% -
XYZ 42.94 21.36 68.19 -
YUV 108.54 189.78 208.21 -
System Red Green Blue C M Y K H S L
Decimal 221 30 218 0 0.86 0.01 0.13 300.94 0.76 0.49
Hex DD 1E DA 0 56 1 D 12D 4C 31
Octal 335 36 332 0 126 1 15 455 114 61
Binary 11011101 11110 11011010 0 1010110 1 1101 100101101 1001100 110001

Color Harmonies of #DD1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EDA

Black with #DD1EDA

Text Example


Text Example

White with #DD1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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