Shades of Spicy Pink #DF2CB7
Tints of Spicy Pink #DF2CB7
RGB
CMYK
RGB Variations
Color information
#DF2CB7 (or 0xDF2CB7) is known color: Spicy Pink. HEX triplet: DF, 2C and B7. RGB value is (223,44,183). Sum of RGB (Red+Green+Blue) = 223+44+183=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2CB7 is #20D348. Grayscale: #707070. Windows color (decimal): -2151241 or 12004575. OLE color: 12004575.
HSL color Cylindrical-coordinate representation of color #DF2CB7: hue angle of 313.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2CB7 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 183 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.13 |
| HSL | 313.41º | 0.74% | 0.52% | - |
| HSV(B) | 313.41º | 0.8% | 0.87% | - |
| XYZ | 39.88 | 20.91 | 46.73 | - |
| YUV | 113.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 183 | 0 | 0.80 | 0.18 | 0.13 | 313.41 | 0.74 | 0.52 |
| Hex | DF | 2C | B7 | 0 | 50 | 12 | D | 139 | 4A | 34 |
| Octal | 337 | 54 | 267 | 0 | 120 | 22 | 15 | 471 | 112 | 64 |
| Binary | 11011111 | 101100 | 10110111 | 0 | 1010000 | 10010 | 1101 | 100111001 | 1001010 | 110100 |
Color Harmonies of #DF2CB7
Complementary color
Monochromatic Colors of #DF2CB7
Black with #DF2CB7
Text Example
Text Example
White with #DF2CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CB7; }
p { color: rgb(223,44,183); }
H1.HeaderClassName
{
color: #DF2CB7;
}
.AnyTagClassName
{
color: #DF2CB7;
}
</style>
background-color css
<style>
a { background-color: #DF2CB7; }
a { background-color: rgb(223,44,183); }
div.DivClassName
{
background-color: #DF2CB7;
}
.BgClassName
{
background-color: #DF2CB7;
}
</style>
border-color css
<style>
span { border-color: #DF2CB7; }
span { border-color: rgb(223,44,183); }
td.TdClassName
{
border-color: #DF2CB7;
}
.TagClassName
{
border-color: #DF2CB7;
}
</style>