#DD21AB

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

Shades of Spicy Pink #DD21AB

Tints of Spicy Pink #DD21AB

Color information

#DD21AB (or 0xDD21AB) is unknown color: approx Spicy Pink. HEX triplet: DD, 21 and AB. RGB value is (221,33,171). Sum of RGB (Red+Green+Blue) = 221+33+171=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD21AB is #22DE54. Grayscale: #686868. Windows color (decimal): -2285141 or 11215325. OLE color: 11215325.

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

Color convert

RGB22133171-
CMYK00.850.230.13
HSL315.96º74.02%49.8%-
HSV(B)315.96º85.07%86.67%-
XYZ37.7119.440.28-
YUV104.94165.28210.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 33 (13.28% from 255) = 7.76%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=52%
G=7.76%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213317100.850.230.13315.9674.0249.8
HexDD21AB05517D13c4a32
Octal335412530125271547411262
Binary1101110110000110101011010101011011111011001111001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD21AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD21AB; }

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

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

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

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

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

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

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

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