Html Css Color HEX #DD04DB Deep Magenta

📋 copy color: '#DD04DB'

red 221 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #DD04DB

Tints of Deep Magenta #DD04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

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

R = 49.77%
G = 0.9%
B = 49.32%

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

#DD04DB (or 0xDD04DB) is known color: Deep Magenta. HEX triplet: DD, 04 and DB. RGB value is (221,4,219). Sum of RGB (Red+Green+Blue) = 221+4+219=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04DB is #22FB24. Grayscale: #5C5C5C. Windows color (decimal): -2292517 or 14353629. OLE color: 14353629.

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

Color convert

RGB 221 4 219 -
CMYK 0 0.98 0.01 0.13
HSL 300.55º 0.96% 0.44% -
HSV(B) 300.55º 0.98% 0.87% -
XYZ 42.65 20.57 68.74 -
YUV 93.39 198.89 219.02 -
System Red Green Blue C M Y K H S L
Decimal 221 4 219 0 0.98 0.01 0.13 300.55 0.96 0.44
Hex DD 4 DB 0 62 1 D 12D 60 2C
Octal 335 4 333 0 142 1 15 455 140 54
Binary 11011101 100 11011011 0 1100010 1 1101 100101101 1100000 101100

Color Harmonies of #DD04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04DB

Black with #DD04DB

Text Example


Text Example

White with #DD04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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