#DD2AB5

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

Shades of Spicy Pink #DD2AB5

Tints of Spicy Pink #DD2AB5

Color information

#DD2AB5 (or 0xDD2AB5) is unknown color: approx Spicy Pink. HEX triplet: DD, 2A and B5. RGB value is (221,42,181). Sum of RGB (Red+Green+Blue) = 221+42+181=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2AB5 is #22D54A. Grayscale: #6E6E6E. Windows color (decimal): -2282827 or 11872989. OLE color: 11872989.

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

Color convert

RGB22142181-
CMYK00.810.180.13
HSL313.41º72.47%51.57%-
HSV(B)313.41º81%86.67%-
XYZ38.9920.3645.59-
YUV111.37167.3206.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 42 (16.80% from 255) = 9.46%
BLUE value IS 181 (71.09% from 255) = 40.77%
R=49.77%
G=9.46%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214218100.810.180.13313.4172.4751.57
HexDD2AB505112D1394834
Octal335522650121221547111064
Binary1101110110101010110101010100011001011011001110011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2AB5; }

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

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

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

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

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

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

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

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