Shades of Spicy Pink #DD23A8
Tints of Spicy Pink #DD23A8
RGB
CMYK
RGB Variations
Color information
#DD23A8 (or 0xDD23A8) is known color: Spicy Pink. HEX triplet: DD, 23 and A8. RGB value is (221,35,168). Sum of RGB (Red+Green+Blue) = 221+35+168=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD23A8 is #22DC57. Grayscale: #696969. Windows color (decimal): -2284632 or 11019229. OLE color: 11019229.
HSL color Cylindrical-coordinate representation of color #DD23A8: hue angle of 317.1º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD23A8 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 168 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.13 |
| HSL | 317.1º | 0.73% | 0.5% | - |
| HSV(B) | 317.1º | 0.84% | 0.87% | - |
| XYZ | 37.49 | 19.4 | 38.81 | - |
| YUV | 105.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 168 | 0 | 0.84 | 0.24 | 0.13 | 317.1 | 0.73 | 0.5 |
| Hex | DD | 23 | A8 | 0 | 54 | 18 | D | 13D | 49 | 32 |
| Octal | 335 | 43 | 250 | 0 | 124 | 30 | 15 | 475 | 111 | 62 |
| Binary | 11011101 | 100011 | 10101000 | 0 | 1010100 | 11000 | 1101 | 100111101 | 1001001 | 110010 |
Color Harmonies of #DD23A8
Complementary color
Monochromatic Colors of #DD23A8
Black with #DD23A8
Text Example
Text Example
White with #DD23A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23A8; }
p { color: rgb(221,35,168); }
H1.HeaderClassName
{
color: #DD23A8;
}
.AnyTagClassName
{
color: #DD23A8;
}
</style>
background-color css
<style>
a { background-color: #DD23A8; }
a { background-color: rgb(221,35,168); }
div.DivClassName
{
background-color: #DD23A8;
}
.BgClassName
{
background-color: #DD23A8;
}
</style>
border-color css
<style>
span { border-color: #DD23A8; }
span { border-color: rgb(221,35,168); }
td.TdClassName
{
border-color: #DD23A8;
}
.TagClassName
{
border-color: #DD23A8;
}
</style>