Html Css Color HEX #DD1EDB Deep Magenta

📋 copy color: '#DD1EDB'

red 221 ◦ green 30 ◦ blue 219

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

Shades of Deep Magenta #DD1EDB

Tints of Deep Magenta #DD1EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 47.02%
G = 6.38%
B = 46.6%

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

#DD1EDB (or 0xDD1EDB) is known color: Deep Magenta. HEX triplet: DD, 1E and DB. RGB value is (221,30,219). Sum of RGB (Red+Green+Blue) = 221+30+219=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EDB is #22E124. Grayscale: #6C6C6C. Windows color (decimal): -2285861 or 14360285. OLE color: 14360285.

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

Color convert

RGB 221 30 219 -
CMYK 0 0.86 0.01 0.13
HSL 300.63º 0.76% 0.49% -
HSV(B) 300.63º 0.86% 0.87% -
XYZ 43.07 21.42 68.88 -
YUV 108.66 190.28 208.13 -
System Red Green Blue C M Y K H S L
Decimal 221 30 219 0 0.86 0.01 0.13 300.63 0.76 0.49
Hex DD 1E DB 0 56 1 D 12D 4C 31
Octal 335 36 333 0 126 1 15 455 114 61
Binary 11011101 11110 11011011 0 1010110 1 1101 100101101 1001100 110001

Color Harmonies of #DD1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EDB

Black with #DD1EDB

Text Example


Text Example

White with #DD1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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