Html Css Color HEX #DD05DB Deep Magenta

📋 copy color: '#DD05DB'

red 221 ◦ green 5 ◦ blue 219

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

Shades of Deep Magenta #DD05DB

Tints of Deep Magenta #DD05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.12%

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

R = 49.66%
G = 1.12%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD05DB (or 0xDD05DB) is known color: Deep Magenta. HEX triplet: DD, 05 and DB. RGB value is (221,5,219). Sum of RGB (Red+Green+Blue) = 221+5+219=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05DB is #22FA24. Grayscale: #5D5D5D. Windows color (decimal): -2292261 or 14353885. OLE color: 14353885.

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

Color convert

RGB 221 5 219 -
CMYK 0 0.98 0.01 0.13
HSL 300.56º 0.96% 0.44% -
HSV(B) 300.56º 0.98% 0.87% -
XYZ 42.66 20.6 68.74 -
YUV 93.98 198.56 218.6 -
System Red Green Blue C M Y K H S L
Decimal 221 5 219 0 0.98 0.01 0.13 300.56 0.96 0.44
Hex DD 5 DB 0 62 1 D 12D 60 2C
Octal 335 5 333 0 142 1 15 455 140 54
Binary 11011101 101 11011011 0 1100010 1 1101 100101101 1100000 101100

Color Harmonies of #DD05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05DB

Black with #DD05DB

Text Example


Text Example

White with #DD05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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