Shades of Spicy Pink #DD24B2
Tints of Spicy Pink #DD24B2
RGB
CMYK
RGB Variations
Color information
#DD24B2 (or 0xDD24B2) is known color: Spicy Pink. HEX triplet: DD, 24 and B2. RGB value is (221,36,178). Sum of RGB (Red+Green+Blue) = 221+36+178=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24B2 is #22DB4D. Grayscale: #6B6B6B. Windows color (decimal): -2284366 or 11674845. OLE color: 11674845.
HSL color Cylindrical-coordinate representation of color #DD24B2: hue angle of 313.95º 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 #DD24B2 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 178 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.13 |
| HSL | 313.95º | 0.73% | 0.5% | - |
| HSV(B) | 313.95º | 0.84% | 0.87% | - |
| XYZ | 38.49 | 19.85 | 43.92 | - |
| YUV | 107.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 178 | 0 | 0.84 | 0.19 | 0.13 | 313.95 | 0.73 | 0.5 |
| Hex | DD | 24 | B2 | 0 | 54 | 13 | D | 13A | 49 | 32 |
| Octal | 335 | 44 | 262 | 0 | 124 | 23 | 15 | 472 | 111 | 62 |
| Binary | 11011101 | 100100 | 10110010 | 0 | 1010100 | 10011 | 1101 | 100111010 | 1001001 | 110010 |
Color Harmonies of #DD24B2
Complementary color
Monochromatic Colors of #DD24B2
Black with #DD24B2
Text Example
Text Example
White with #DD24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24B2; }
p { color: rgb(221,36,178); }
H1.HeaderClassName
{
color: #DD24B2;
}
.AnyTagClassName
{
color: #DD24B2;
}
</style>
background-color css
<style>
a { background-color: #DD24B2; }
a { background-color: rgb(221,36,178); }
div.DivClassName
{
background-color: #DD24B2;
}
.BgClassName
{
background-color: #DD24B2;
}
</style>
border-color css
<style>
span { border-color: #DD24B2; }
span { border-color: rgb(221,36,178); }
td.TdClassName
{
border-color: #DD24B2;
}
.TagClassName
{
border-color: #DD24B2;
}
</style>