#DD2AB4

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

Shades of Spicy Pink #DD2AB4

Tints of Spicy Pink #DD2AB4

Color information

#DD2AB4 (or 0xDD2AB4) is unknown color: approx Spicy Pink. HEX triplet: DD, 2A and B4. RGB value is (221,42,180). Sum of RGB (Red+Green+Blue) = 221+42+180=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2AB4 is #22D54B. Grayscale: #6E6E6E. Windows color (decimal): -2282828 or 11807453. OLE color: 11807453.

HSL color Cylindrical-coordinate representation of color #DD2AB4: hue angle of 313.74º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2AB4 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB22142180-
CMYK00.810.190.13
HSL313.74º72.47%51.57%-
HSV(B)313.74º81%86.67%-
XYZ38.8820.3245.05-
YUV111.25166.8206.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 42 (16.80% from 255) = 9.48%
BLUE value IS 180 (70.70% from 255) = 40.63%
R=49.89%
G=9.48%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214218000.810.190.13313.7472.4751.57
HexDD2AB405113D13a4834
Octal335522640121231547211064
Binary1101110110101010110100010100011001111011001110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2AB4; }

 p { color: rgb(221,42,180); }

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

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

 a { background-color: rgb(221,42,180); }

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

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

 span { border-color: rgb(221,42,180); }

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