Html Css Color HEX #DD05C9 Deep Magenta

📋 copy color: '#DD05C9'

red 221 ◦ green 5 ◦ blue 201

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

Shades of Deep Magenta #DD05C9

Tints of Deep Magenta #DD05C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.07%

R = 51.76%
G = 1.17%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD05C9 (or 0xDD05C9) is known color: Deep Magenta. HEX triplet: DD, 05 and C9. RGB value is (221,5,201). Sum of RGB (Red+Green+Blue) = 221+5+201=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05C9 is #22FA36. Grayscale: #5B5B5B. Windows color (decimal): -2292279 or 13174237. OLE color: 13174237.

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

Color convert

RGB 221 5 201 -
CMYK 0 0.98 0.09 0.13
HSL 305.56º 0.96% 0.44% -
HSV(B) 305.56º 0.98% 0.87% -
XYZ 40.42 19.7 56.93 -
YUV 91.93 189.56 220.06 -
System Red Green Blue C M Y K H S L
Decimal 221 5 201 0 0.98 0.09 0.13 305.56 0.96 0.44
Hex DD 5 C9 0 62 9 D 132 60 2C
Octal 335 5 311 0 142 11 15 462 140 54
Binary 11011101 101 11001001 0 1100010 1001 1101 100110010 1100000 101100

Color Harmonies of #DD05C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05C9

Black with #DD05C9

Text Example


Text Example

White with #DD05C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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