Shades of Spicy Pink #DF20B5
Tints of Spicy Pink #DF20B5
RGB
CMYK
RGB Variations
Color information
#DF20B5 (or 0xDF20B5) is known color: Spicy Pink. HEX triplet: DF, 20 and B5. RGB value is (223,32,181). Sum of RGB (Red+Green+Blue) = 223+32+181=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20B5 is #20DF4A. Grayscale: #696969. Windows color (decimal): -2154315 or 11870431. OLE color: 11870431.
HSL color Cylindrical-coordinate representation of color #DF20B5: hue angle of 313.19º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF20B5 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 181 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.13 |
| HSL | 313.19º | 0.75% | 0.5% | - |
| HSV(B) | 313.19º | 0.86% | 0.87% | - |
| XYZ | 39.29 | 20.06 | 45.52 | - |
| YUV | 106.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 181 | 0 | 0.86 | 0.19 | 0.13 | 313.19 | 0.75 | 0.5 |
| Hex | DF | 20 | B5 | 0 | 56 | 13 | D | 139 | 4B | 32 |
| Octal | 337 | 40 | 265 | 0 | 126 | 23 | 15 | 471 | 113 | 62 |
| Binary | 11011111 | 100000 | 10110101 | 0 | 1010110 | 10011 | 1101 | 100111001 | 1001011 | 110010 |
Color Harmonies of #DF20B5
Complementary color
Monochromatic Colors of #DF20B5
Black with #DF20B5
Text Example
Text Example
White with #DF20B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20B5; }
p { color: rgb(223,32,181); }
H1.HeaderClassName
{
color: #DF20B5;
}
.AnyTagClassName
{
color: #DF20B5;
}
</style>
background-color css
<style>
a { background-color: #DF20B5; }
a { background-color: rgb(223,32,181); }
div.DivClassName
{
background-color: #DF20B5;
}
.BgClassName
{
background-color: #DF20B5;
}
</style>
border-color css
<style>
span { border-color: #DF20B5; }
span { border-color: rgb(223,32,181); }
td.TdClassName
{
border-color: #DF20B5;
}
.TagClassName
{
border-color: #DF20B5;
}
</style>