Html Css Color HEX #DD05CD Deep Magenta

📋 copy color: '#DD05CD'

red 221 ◦ green 5 ◦ blue 205

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

Shades of Deep Magenta #DD05CD

Tints of Deep Magenta #DD05CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 51.28%
G = 1.16%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD05CD (or 0xDD05CD) is known color: Deep Magenta. HEX triplet: DD, 05 and CD. RGB value is (221,5,205). Sum of RGB (Red+Green+Blue) = 221+5+205=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05CD is #22FA32. Grayscale: #5B5B5B. Windows color (decimal): -2292275 or 13436381. OLE color: 13436381.

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

Color convert

RGB 221 5 205 -
CMYK 0 0.98 0.07 0.13
HSL 304.44º 0.96% 0.44% -
HSV(B) 304.44º 0.98% 0.87% -
XYZ 40.89 19.89 59.44 -
YUV 92.38 191.56 219.74 -
System Red Green Blue C M Y K H S L
Decimal 221 5 205 0 0.98 0.07 0.13 304.44 0.96 0.44
Hex DD 5 CD 0 62 7 D 130 60 2C
Octal 335 5 315 0 142 7 15 460 140 54
Binary 11011101 101 11001101 0 1100010 111 1101 100110000 1100000 101100

Color Harmonies of #DD05CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05CD

Black with #DD05CD

Text Example


Text Example

White with #DD05CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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