Html Css Color HEX #DD04DD Deep Magenta

📋 copy color: '#DD04DD'

red 221 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #DD04DD

Tints of Deep Magenta #DD04DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 49.55%
G = 0.9%
B = 49.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD04DD (or 0xDD04DD) is known color: Deep Magenta. HEX triplet: DD, 04 and DD. RGB value is (221,4,221). Sum of RGB (Red+Green+Blue) = 221+4+221=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04DD is #22FB22. Grayscale: #5C5C5C. Windows color (decimal): -2292515 or 14484701. OLE color: 14484701.

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

Color convert

RGB 221 4 221 -
CMYK 0 0.98 0 0.13
HSL 300º 0.96% 0.44% -
HSV(B) 300º 0.98% 0.87% -
XYZ 42.91 20.68 70.14 -
YUV 93.62 199.89 218.86 -
System Red Green Blue C M Y K H S L
Decimal 221 4 221 0 0.98 0 0.13 300 0.96 0.44
Hex DD 4 DD 0 62 0 D 12C 60 2C
Octal 335 4 335 0 142 0 15 454 140 54
Binary 11011101 100 11011101 0 1100010 0 1101 100101100 1100000 101100

Color Harmonies of #DD04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04DD

Black with #DD04DD

Text Example


Text Example

White with #DD04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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