Shades of Spicy Pink #DD1BAF
Tints of Spicy Pink #DD1BAF
RGB
CMYK
RGB Variations
Color information
#DD1BAF (or 0xDD1BAF) is known color: Spicy Pink. HEX triplet: DD, 1B and AF. RGB value is (221,27,175). Sum of RGB (Red+Green+Blue) = 221+27+175=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1BAF is #22E450. Grayscale: #656565. Windows color (decimal): -2286673 or 11475933. OLE color: 11475933.
HSL color Cylindrical-coordinate representation of color #DD1BAF: hue angle of 314.23º 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 #DD1BAF is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 175 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.13 |
| HSL | 314.23º | 0.78% | 0.49% | - |
| HSV(B) | 314.23º | 0.88% | 0.87% | - |
| XYZ | 37.95 | 19.25 | 42.27 | - |
| YUV | 101.88 | 169.27 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 175 | 0 | 0.88 | 0.21 | 0.13 | 314.23 | 0.78 | 0.49 |
| Hex | DD | 1B | AF | 0 | 58 | 15 | D | 13A | 4E | 31 |
| Octal | 335 | 33 | 257 | 0 | 130 | 25 | 15 | 472 | 116 | 61 |
| Binary | 11011101 | 11011 | 10101111 | 0 | 1011000 | 10101 | 1101 | 100111010 | 1001110 | 110001 |
Color Harmonies of #DD1BAF
Complementary color
Monochromatic Colors of #DD1BAF
Black with #DD1BAF
Text Example
Text Example
White with #DD1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BAF; }
p { color: rgb(221,27,175); }
H1.HeaderClassName
{
color: #DD1BAF;
}
.AnyTagClassName
{
color: #DD1BAF;
}
</style>
background-color css
<style>
a { background-color: #DD1BAF; }
a { background-color: rgb(221,27,175); }
div.DivClassName
{
background-color: #DD1BAF;
}
.BgClassName
{
background-color: #DD1BAF;
}
</style>
border-color css
<style>
span { border-color: #DD1BAF; }
span { border-color: rgb(221,27,175); }
td.TdClassName
{
border-color: #DD1BAF;
}
.TagClassName
{
border-color: #DD1BAF;
}
</style>