#DD21A6

Color #DD21A6 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #DD21A6

Tints of Spicy Pink #DD21A6

Color information

#DD21A6 (or 0xDD21A6) is unknown color: approx Spicy Pink. HEX triplet: DD, 21 and A6. RGB value is (221,33,166). Sum of RGB (Red+Green+Blue) = 221+33+166=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD21A6 is #22DE59. Grayscale: #686868. Windows color (decimal): -2285146 or 10887645. OLE color: 10887645.

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

Color convert

RGB22133166-
CMYK00.850.250.13
HSL317.55º74.02%49.8%-
HSV(B)317.55º85.07%86.67%-
XYZ37.2519.2137.82-
YUV104.37162.78211.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.62%
GREEN value IS 33 (13.28% from 255) = 7.86%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=52.62%
G=7.86%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213316600.850.250.13317.5574.0249.8
HexDD21A605519D13e4a32
Octal335412460125311547611262
Binary1101110110000110100110010101011100111011001111101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD21A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD21A6; }

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

 H1.HeaderClassName
 {
   color: #DD21A6;
 }
 .AnyTagClassName
 {
   color: #DD21A6;
 }
</style>
background-color css

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

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

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

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

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

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