Shades of Spicy Pink #DD1BA7
Tints of Spicy Pink #DD1BA7
RGB
CMYK
RGB Variations
Color information
#DD1BA7 (or 0xDD1BA7) is known color: Spicy Pink. HEX triplet: DD, 1B and A7. RGB value is (221,27,167). Sum of RGB (Red+Green+Blue) = 221+27+167=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1BA7 is #22E458. Grayscale: #646464. Windows color (decimal): -2286681 or 10951645. OLE color: 10951645.
HSL color Cylindrical-coordinate representation of color #DD1BA7: hue angle of 316.7º 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 #DD1BA7 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 167 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.13 |
| HSL | 316.7º | 0.78% | 0.49% | - |
| HSV(B) | 316.7º | 0.88% | 0.87% | - |
| XYZ | 37.19 | 18.95 | 38.26 | - |
| YUV | 100.97 | 165.27 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 167 | 0 | 0.88 | 0.24 | 0.13 | 316.7 | 0.78 | 0.49 |
| Hex | DD | 1B | A7 | 0 | 58 | 18 | D | 13D | 4E | 31 |
| Octal | 335 | 33 | 247 | 0 | 130 | 30 | 15 | 475 | 116 | 61 |
| Binary | 11011101 | 11011 | 10100111 | 0 | 1011000 | 11000 | 1101 | 100111101 | 1001110 | 110001 |
Color Harmonies of #DD1BA7
Complementary color
Monochromatic Colors of #DD1BA7
Black with #DD1BA7
Text Example
Text Example
White with #DD1BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BA7; }
p { color: rgb(221,27,167); }
H1.HeaderClassName
{
color: #DD1BA7;
}
.AnyTagClassName
{
color: #DD1BA7;
}
</style>
background-color css
<style>
a { background-color: #DD1BA7; }
a { background-color: rgb(221,27,167); }
div.DivClassName
{
background-color: #DD1BA7;
}
.BgClassName
{
background-color: #DD1BA7;
}
</style>
border-color css
<style>
span { border-color: #DD1BA7; }
span { border-color: rgb(221,27,167); }
td.TdClassName
{
border-color: #DD1BA7;
}
.TagClassName
{
border-color: #DD1BA7;
}
</style>