Html Css Color HEX #DD20A6 Spicy Pink

📋 copy color: '#DD20A6'

red 221 ◦ green 32 ◦ blue 166

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

Shades of Spicy Pink #DD20A6

Tints of Spicy Pink #DD20A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.62%

R = 52.74%
G = 7.64%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD20A6 (or 0xDD20A6) is known color: Spicy Pink. HEX triplet: DD, 20 and A6. RGB value is (221,32,166). Sum of RGB (Red+Green+Blue) = 221+32+166=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD20A6 is #22DF59. Grayscale: #676767. Windows color (decimal): -2285402 or 10887389. OLE color: 10887389.

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

Color convert

RGB 221 32 166 -
CMYK 0 0.86 0.25 0.13
HSL 317.46º 0.75% 0.5% -
HSV(B) 317.46º 0.86% 0.87% -
XYZ 37.22 19.16 37.81 -
YUV 103.79 163.12 211.6 -
System Red Green Blue C M Y K H S L
Decimal 221 32 166 0 0.86 0.25 0.13 317.46 0.75 0.5
Hex DD 20 A6 0 56 19 D 13D 4B 32
Octal 335 40 246 0 126 31 15 475 113 62
Binary 11011101 100000 10100110 0 1010110 11001 1101 100111101 1001011 110010

Color Harmonies of #DD20A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20A6

Black with #DD20A6

Text Example


Text Example

White with #DD20A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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