Html Css Color HEX #DD1DDB Deep Magenta

📋 copy color: '#DD1DDB'

red 221 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #DD1DDB

Tints of Deep Magenta #DD1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.18%

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

R = 47.12%
G = 6.18%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD1DDB (or 0xDD1DDB) is known color: Deep Magenta. HEX triplet: DD, 1D and DB. RGB value is (221,29,219). Sum of RGB (Red+Green+Blue) = 221+29+219=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DDB is #22E224. Grayscale: #6B6B6B. Windows color (decimal): -2286117 or 14360029. OLE color: 14360029.

HSL color Cylindrical-coordinate representation of color #DD1DDB: hue angle of 300.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1DDB is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 29 219 -
CMYK 0 0.87 0.01 0.13
HSL 300.63º 0.77% 0.49% -
HSV(B) 300.63º 0.87% 0.87% -
XYZ 43.04 21.37 68.87 -
YUV 108.07 190.61 208.55 -
System Red Green Blue C M Y K H S L
Decimal 221 29 219 0 0.87 0.01 0.13 300.63 0.77 0.49
Hex DD 1D DB 0 57 1 D 12D 4D 31
Octal 335 35 333 0 127 1 15 455 115 61
Binary 11011101 11101 11011011 0 1010111 1 1101 100101101 1001101 110001

Color Harmonies of #DD1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DDB

Black with #DD1DDB

Text Example


Text Example

White with #DD1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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