Html Css Color HEX #DD20AD Spicy Pink

📋 copy color: '#DD20AD'

red 221 ◦ green 32 ◦ blue 173

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

Shades of Spicy Pink #DD20AD

Tints of Spicy Pink #DD20AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.51%

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 51.88%
G = 7.51%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD20AD (or 0xDD20AD) is known color: Spicy Pink. HEX triplet: DD, 20 and AD. RGB value is (221,32,173). Sum of RGB (Red+Green+Blue) = 221+32+173=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD20AD is #22DF52. Grayscale: #686868. Windows color (decimal): -2285395 or 11346141. OLE color: 11346141.

HSL color Cylindrical-coordinate representation of color #DD20AD: hue angle of 315.24º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD20AD is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 173 -
CMYK 0 0.86 0.22 0.13
HSL 315.24º 0.75% 0.5% -
HSV(B) 315.24º 0.86% 0.87% -
XYZ 37.88 19.42 41.29 -
YUV 104.59 166.62 211.04 -
System Red Green Blue C M Y K H S L
Decimal 221 32 173 0 0.86 0.22 0.13 315.24 0.75 0.5
Hex DD 20 AD 0 56 16 D 13B 4B 32
Octal 335 40 255 0 126 26 15 473 113 62
Binary 11011101 100000 10101101 0 1010110 10110 1101 100111011 1001011 110010

Color Harmonies of #DD20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20AD

Black with #DD20AD

Text Example


Text Example

White with #DD20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20AD; }

 p { color: rgb(221,32,173); }

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

background-color css

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

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

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

border-color css

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

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

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