Shades of Spicy Pink #DD24B0
Tints of Spicy Pink #DD24B0
RGB
CMYK
RGB Variations
Color information
#DD24B0 (or 0xDD24B0) is known color: Spicy Pink. HEX triplet: DD, 24 and B0. RGB value is (221,36,176). Sum of RGB (Red+Green+Blue) = 221+36+176=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24B0 is #22DB4F. Grayscale: #6A6A6A. Windows color (decimal): -2284368 or 11543773. OLE color: 11543773.
HSL color Cylindrical-coordinate representation of color #DD24B0: hue angle of 314.59º 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 #DD24B0 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 176 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.13 |
| HSL | 314.59º | 0.73% | 0.5% | - |
| HSV(B) | 314.59º | 0.84% | 0.87% | - |
| XYZ | 38.29 | 19.77 | 42.87 | - |
| YUV | 107.28 | 166.79 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 176 | 0 | 0.84 | 0.20 | 0.13 | 314.59 | 0.73 | 0.5 |
| Hex | DD | 24 | B0 | 0 | 54 | 14 | D | 13B | 49 | 32 |
| Octal | 335 | 44 | 260 | 0 | 124 | 24 | 15 | 473 | 111 | 62 |
| Binary | 11011101 | 100100 | 10110000 | 0 | 1010100 | 10100 | 1101 | 100111011 | 1001001 | 110010 |
Color Harmonies of #DD24B0
Complementary color
Monochromatic Colors of #DD24B0
Black with #DD24B0
Text Example
Text Example
White with #DD24B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24B0; }
p { color: rgb(221,36,176); }
H1.HeaderClassName
{
color: #DD24B0;
}
.AnyTagClassName
{
color: #DD24B0;
}
</style>
background-color css
<style>
a { background-color: #DD24B0; }
a { background-color: rgb(221,36,176); }
div.DivClassName
{
background-color: #DD24B0;
}
.BgClassName
{
background-color: #DD24B0;
}
</style>
border-color css
<style>
span { border-color: #DD24B0; }
span { border-color: rgb(221,36,176); }
td.TdClassName
{
border-color: #DD24B0;
}
.TagClassName
{
border-color: #DD24B0;
}
</style>