Html Css Color HEX #DD04DA Deep Magenta

📋 copy color: '#DD04DA'

red 221 ◦ green 4 ◦ blue 218

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

Shades of Deep Magenta #DD04DA

Tints of Deep Magenta #DD04DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 49.89%
G = 0.9%
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

#DD04DA (or 0xDD04DA) is known color: Deep Magenta. HEX triplet: DD, 04 and DA. RGB value is (221,4,218). Sum of RGB (Red+Green+Blue) = 221+4+218=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04DA is #22FB25. Grayscale: #5C5C5C. Windows color (decimal): -2292518 or 14288093. OLE color: 14288093.

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

Color convert

RGB 221 4 218 -
CMYK 0 0.98 0.01 0.13
HSL 300.83º 0.96% 0.44% -
HSV(B) 300.83º 0.98% 0.87% -
XYZ 42.52 20.52 68.05 -
YUV 93.28 198.39 219.1 -
System Red Green Blue C M Y K H S L
Decimal 221 4 218 0 0.98 0.01 0.13 300.83 0.96 0.44
Hex DD 4 DA 0 62 1 D 12D 60 2C
Octal 335 4 332 0 142 1 15 455 140 54
Binary 11011101 100 11011010 0 1100010 1 1101 100101101 1100000 101100

Color Harmonies of #DD04DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04DA

Black with #DD04DA

Text Example


Text Example

White with #DD04DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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