Shades of Spicy Pink #DD1BA6
Tints of Spicy Pink #DD1BA6
RGB
CMYK
RGB Variations
Color information
#DD1BA6 (or 0xDD1BA6) is known color: Spicy Pink. HEX triplet: DD, 1B and A6. RGB value is (221,27,166). Sum of RGB (Red+Green+Blue) = 221+27+166=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1BA6 is #22E459. Grayscale: #646464. Windows color (decimal): -2286682 or 10886109. OLE color: 10886109.
HSL color Cylindrical-coordinate representation of color #DD1BA6: hue angle of 317.01º 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 #DD1BA6 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 166 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.13 |
| HSL | 317.01º | 0.78% | 0.49% | - |
| HSV(B) | 317.01º | 0.88% | 0.87% | - |
| XYZ | 37.09 | 18.91 | 37.77 | - |
| YUV | 100.85 | 164.77 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 166 | 0 | 0.88 | 0.25 | 0.13 | 317.01 | 0.78 | 0.49 |
| Hex | DD | 1B | A6 | 0 | 58 | 19 | D | 13D | 4E | 31 |
| Octal | 335 | 33 | 246 | 0 | 130 | 31 | 15 | 475 | 116 | 61 |
| Binary | 11011101 | 11011 | 10100110 | 0 | 1011000 | 11001 | 1101 | 100111101 | 1001110 | 110001 |
Color Harmonies of #DD1BA6
Complementary color
Monochromatic Colors of #DD1BA6
Black with #DD1BA6
Text Example
Text Example
White with #DD1BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BA6; }
p { color: rgb(221,27,166); }
H1.HeaderClassName
{
color: #DD1BA6;
}
.AnyTagClassName
{
color: #DD1BA6;
}
</style>
background-color css
<style>
a { background-color: #DD1BA6; }
a { background-color: rgb(221,27,166); }
div.DivClassName
{
background-color: #DD1BA6;
}
.BgClassName
{
background-color: #DD1BA6;
}
</style>
border-color css
<style>
span { border-color: #DD1BA6; }
span { border-color: rgb(221,27,166); }
td.TdClassName
{
border-color: #DD1BA6;
}
.TagClassName
{
border-color: #DD1BA6;
}
</style>