Html Css Color HEX #DD04DC Deep Magenta

📋 copy color: '#DD04DC'

red 221 ◦ green 4 ◦ blue 220

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

Shades of Deep Magenta #DD04DC

Tints of Deep Magenta #DD04DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 49.66%
G = 0.9%
B = 49.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD04DC (or 0xDD04DC) is known color: Deep Magenta. HEX triplet: DD, 04 and DC. RGB value is (221,4,220). Sum of RGB (Red+Green+Blue) = 221+4+220=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04DC is #22FB23. Grayscale: #5C5C5C. Windows color (decimal): -2292516 or 14419165. OLE color: 14419165.

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

Color convert

RGB 221 4 220 -
CMYK 0 0.98 0.00 0.13
HSL 300.28º 0.96% 0.44% -
HSV(B) 300.28º 0.98% 0.87% -
XYZ 42.78 20.63 69.44 -
YUV 93.51 199.39 218.94 -
System Red Green Blue C M Y K H S L
Decimal 221 4 220 0 0.98 0.00 0.13 300.28 0.96 0.44
Hex DD 4 DC 0 62 0 D 12C 60 2C
Octal 335 4 334 0 142 0 15 454 140 54
Binary 11011101 100 11011100 0 1100010 0 1101 100101100 1100000 101100

Color Harmonies of #DD04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04DC

Black with #DD04DC

Text Example


Text Example

White with #DD04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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