Shades of Spicy Pink #DF28B2
Tints of Spicy Pink #DF28B2
RGB
CMYK
RGB Variations
Color information
#DF28B2 (or 0xDF28B2) is known color: Spicy Pink. HEX triplet: DF, 28 and B2. RGB value is (223,40,178). Sum of RGB (Red+Green+Blue) = 223+40+178=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF28B2 is #20D74D. Grayscale: #6E6E6E. Windows color (decimal): -2152270 or 11675871. OLE color: 11675871.
HSL color Cylindrical-coordinate representation of color #DF28B2: hue angle of 314.75º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF28B2 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 178 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.13 |
| HSL | 314.75º | 0.74% | 0.52% | - |
| HSV(B) | 314.75º | 0.82% | 0.87% | - |
| XYZ | 39.23 | 20.42 | 43.99 | - |
| YUV | 110.45 | 166.13 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 178 | 0 | 0.82 | 0.20 | 0.13 | 314.75 | 0.74 | 0.52 |
| Hex | DF | 28 | B2 | 0 | 52 | 14 | D | 13B | 4A | 34 |
| Octal | 337 | 50 | 262 | 0 | 122 | 24 | 15 | 473 | 112 | 64 |
| Binary | 11011111 | 101000 | 10110010 | 0 | 1010010 | 10100 | 1101 | 100111011 | 1001010 | 110100 |
Color Harmonies of #DF28B2
Complementary color
Monochromatic Colors of #DF28B2
Black with #DF28B2
Text Example
Text Example
White with #DF28B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28B2; }
p { color: rgb(223,40,178); }
H1.HeaderClassName
{
color: #DF28B2;
}
.AnyTagClassName
{
color: #DF28B2;
}
</style>
background-color css
<style>
a { background-color: #DF28B2; }
a { background-color: rgb(223,40,178); }
div.DivClassName
{
background-color: #DF28B2;
}
.BgClassName
{
background-color: #DF28B2;
}
</style>
border-color css
<style>
span { border-color: #DF28B2; }
span { border-color: rgb(223,40,178); }
td.TdClassName
{
border-color: #DF28B2;
}
.TagClassName
{
border-color: #DF28B2;
}
</style>