Html Css Color HEX #DD05D9 Deep Magenta

📋 copy color: '#DD05D9'

red 221 ◦ green 5 ◦ blue 217

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

Shades of Deep Magenta #DD05D9

Tints of Deep Magenta #DD05D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.98%

R = 49.89%
G = 1.13%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD05D9 (or 0xDD05D9) is known color: Deep Magenta. HEX triplet: DD, 05 and D9. RGB value is (221,5,217). Sum of RGB (Red+Green+Blue) = 221+5+217=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05D9 is #22FA26. Grayscale: #5D5D5D. Windows color (decimal): -2292263 or 14222813. OLE color: 14222813.

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

Color convert

RGB 221 5 217 -
CMYK 0 0.98 0.02 0.13
HSL 301.11º 0.96% 0.44% -
HSV(B) 301.11º 0.98% 0.87% -
XYZ 42.4 20.49 67.37 -
YUV 93.75 197.56 218.76 -
System Red Green Blue C M Y K H S L
Decimal 221 5 217 0 0.98 0.02 0.13 301.11 0.96 0.44
Hex DD 5 D9 0 62 2 D 12D 60 2C
Octal 335 5 331 0 142 2 15 455 140 54
Binary 11011101 101 11011001 0 1100010 10 1101 100101101 1100000 101100

Color Harmonies of #DD05D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05D9

Black with #DD05D9

Text Example


Text Example

White with #DD05D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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