Html Css Color HEX #DD20AA Spicy Pink

📋 copy color: '#DD20AA'

red 221 ◦ green 32 ◦ blue 170

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

Shades of Spicy Pink #DD20AA

Tints of Spicy Pink #DD20AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 52.25%
G = 7.57%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD20AA (or 0xDD20AA) is known color: Spicy Pink. HEX triplet: DD, 20 and AA. RGB value is (221,32,170). Sum of RGB (Red+Green+Blue) = 221+32+170=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD20AA is #22DF55. Grayscale: #676767. Windows color (decimal): -2285398 or 11149533. OLE color: 11149533.

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

Color convert

RGB 221 32 170 -
CMYK 0 0.86 0.23 0.13
HSL 316.19º 0.75% 0.5% -
HSV(B) 316.19º 0.86% 0.87% -
XYZ 37.59 19.31 39.78 -
YUV 104.24 165.12 211.28 -
System Red Green Blue C M Y K H S L
Decimal 221 32 170 0 0.86 0.23 0.13 316.19 0.75 0.5
Hex DD 20 AA 0 56 17 D 13C 4B 32
Octal 335 40 252 0 126 27 15 474 113 62
Binary 11011101 100000 10101010 0 1010110 10111 1101 100111100 1001011 110010

Color Harmonies of #DD20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20AA

Black with #DD20AA

Text Example


Text Example

White with #DD20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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