Shades of Spicy Pink #DF28B6
Tints of Spicy Pink #DF28B6
RGB
CMYK
RGB Variations
Color information
#DF28B6 (or 0xDF28B6) is known color: Spicy Pink. HEX triplet: DF, 28 and B6. RGB value is (223,40,182). Sum of RGB (Red+Green+Blue) = 223+40+182=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28B6 is #20D749. Grayscale: #6E6E6E. Windows color (decimal): -2152266 or 11938015. OLE color: 11938015.
HSL color Cylindrical-coordinate representation of color #DF28B6: hue angle of 313.44º 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 #DF28B6 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 182 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.13 |
| HSL | 313.44º | 0.74% | 0.52% | - |
| HSV(B) | 313.44º | 0.82% | 0.87% | - |
| XYZ | 39.63 | 20.58 | 46.14 | - |
| YUV | 110.91 | 168.13 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 182 | 0 | 0.82 | 0.18 | 0.13 | 313.44 | 0.74 | 0.52 |
| Hex | DF | 28 | B6 | 0 | 52 | 12 | D | 139 | 4A | 34 |
| Octal | 337 | 50 | 266 | 0 | 122 | 22 | 15 | 471 | 112 | 64 |
| Binary | 11011111 | 101000 | 10110110 | 0 | 1010010 | 10010 | 1101 | 100111001 | 1001010 | 110100 |
Color Harmonies of #DF28B6
Complementary color
Monochromatic Colors of #DF28B6
Black with #DF28B6
Text Example
Text Example
White with #DF28B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28B6; }
p { color: rgb(223,40,182); }
H1.HeaderClassName
{
color: #DF28B6;
}
.AnyTagClassName
{
color: #DF28B6;
}
</style>
background-color css
<style>
a { background-color: #DF28B6; }
a { background-color: rgb(223,40,182); }
div.DivClassName
{
background-color: #DF28B6;
}
.BgClassName
{
background-color: #DF28B6;
}
</style>
border-color css
<style>
span { border-color: #DF28B6; }
span { border-color: rgb(223,40,182); }
td.TdClassName
{
border-color: #DF28B6;
}
.TagClassName
{
border-color: #DF28B6;
}
</style>