Shades of Spicy Pink #DD1BA5
Tints of Spicy Pink #DD1BA5
RGB
CMYK
RGB Variations
Color information
#DD1BA5 (or 0xDD1BA5) is known color: Spicy Pink. HEX triplet: DD, 1B and A5. RGB value is (221,27,165). Sum of RGB (Red+Green+Blue) = 221+27+165=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1BA5 is #22E45A. Grayscale: #646464. Windows color (decimal): -2286683 or 10820573. OLE color: 10820573.
HSL color Cylindrical-coordinate representation of color #DD1BA5: hue angle of 317.32º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1BA5 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 165 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.13 |
| HSL | 317.32º | 0.78% | 0.49% | - |
| HSV(B) | 317.32º | 0.88% | 0.87% | - |
| XYZ | 37 | 18.87 | 37.29 | - |
| YUV | 100.74 | 164.27 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 165 | 0 | 0.88 | 0.25 | 0.13 | 317.32 | 0.78 | 0.49 |
| Hex | DD | 1B | A5 | 0 | 58 | 19 | D | 13D | 4E | 31 |
| Octal | 335 | 33 | 245 | 0 | 130 | 31 | 15 | 475 | 116 | 61 |
| Binary | 11011101 | 11011 | 10100101 | 0 | 1011000 | 11001 | 1101 | 100111101 | 1001110 | 110001 |
Color Harmonies of #DD1BA5
Complementary color
Monochromatic Colors of #DD1BA5
Black with #DD1BA5
Text Example
Text Example
White with #DD1BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BA5; }
p { color: rgb(221,27,165); }
H1.HeaderClassName
{
color: #DD1BA5;
}
.AnyTagClassName
{
color: #DD1BA5;
}
</style>
background-color css
<style>
a { background-color: #DD1BA5; }
a { background-color: rgb(221,27,165); }
div.DivClassName
{
background-color: #DD1BA5;
}
.BgClassName
{
background-color: #DD1BA5;
}
</style>
border-color css
<style>
span { border-color: #DD1BA5; }
span { border-color: rgb(221,27,165); }
td.TdClassName
{
border-color: #DD1BA5;
}
.TagClassName
{
border-color: #DD1BA5;
}
</style>