Shades of Spicy Pink #DF27B0
Tints of Spicy Pink #DF27B0
RGB
CMYK
RGB Variations
Color information
#DF27B0 (or 0xDF27B0) is known color: Spicy Pink. HEX triplet: DF, 27 and B0. RGB value is (223,39,176). Sum of RGB (Red+Green+Blue) = 223+39+176=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF27B0 is #20D84F. Grayscale: #6D6D6D. Windows color (decimal): -2152528 or 11544543. OLE color: 11544543.
HSL color Cylindrical-coordinate representation of color #DF27B0: hue angle of 315.33º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF27B0 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 176 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.13 |
| HSL | 315.33º | 0.74% | 0.51% | - |
| HSV(B) | 315.33º | 0.83% | 0.87% | - |
| XYZ | 38.99 | 20.27 | 42.93 | - |
| YUV | 109.63 | 165.46 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 176 | 0 | 0.83 | 0.21 | 0.13 | 315.33 | 0.74 | 0.51 |
| Hex | DF | 27 | B0 | 0 | 53 | 15 | D | 13B | 4A | 33 |
| Octal | 337 | 47 | 260 | 0 | 123 | 25 | 15 | 473 | 112 | 63 |
| Binary | 11011111 | 100111 | 10110000 | 0 | 1010011 | 10101 | 1101 | 100111011 | 1001010 | 110011 |
Color Harmonies of #DF27B0
Complementary color
Monochromatic Colors of #DF27B0
Black with #DF27B0
Text Example
Text Example
White with #DF27B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27B0; }
p { color: rgb(223,39,176); }
H1.HeaderClassName
{
color: #DF27B0;
}
.AnyTagClassName
{
color: #DF27B0;
}
</style>
background-color css
<style>
a { background-color: #DF27B0; }
a { background-color: rgb(223,39,176); }
div.DivClassName
{
background-color: #DF27B0;
}
.BgClassName
{
background-color: #DF27B0;
}
</style>
border-color css
<style>
span { border-color: #DF27B0; }
span { border-color: rgb(223,39,176); }
td.TdClassName
{
border-color: #DF27B0;
}
.TagClassName
{
border-color: #DF27B0;
}
</style>