Shades of Spicy Pink #DF30B4
Tints of Spicy Pink #DF30B4
RGB
CMYK
RGB Variations
Color information
#DF30B4 (or 0xDF30B4) is known color: Spicy Pink. HEX triplet: DF, 30 and B4. RGB value is (223,48,180). Sum of RGB (Red+Green+Blue) = 223+48+180=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30B4 is #20CF4B. Grayscale: #737373. Windows color (decimal): -2150220 or 11808991. OLE color: 11808991.
HSL color Cylindrical-coordinate representation of color #DF30B4: hue angle of 314.74º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF30B4 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 180 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.13 |
| HSL | 314.74º | 0.73% | 0.53% | - |
| HSV(B) | 314.74º | 0.78% | 0.87% | - |
| XYZ | 39.73 | 21.1 | 45.16 | - |
| YUV | 115.37 | 164.48 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 180 | 0 | 0.78 | 0.19 | 0.13 | 314.74 | 0.73 | 0.53 |
| Hex | DF | 30 | B4 | 0 | 4E | 13 | D | 13B | 49 | 35 |
| Octal | 337 | 60 | 264 | 0 | 116 | 23 | 15 | 473 | 111 | 65 |
| Binary | 11011111 | 110000 | 10110100 | 0 | 1001110 | 10011 | 1101 | 100111011 | 1001001 | 110101 |
Color Harmonies of #DF30B4
Complementary color
Monochromatic Colors of #DF30B4
Black with #DF30B4
Text Example
Text Example
White with #DF30B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30B4; }
p { color: rgb(223,48,180); }
H1.HeaderClassName
{
color: #DF30B4;
}
.AnyTagClassName
{
color: #DF30B4;
}
</style>
background-color css
<style>
a { background-color: #DF30B4; }
a { background-color: rgb(223,48,180); }
div.DivClassName
{
background-color: #DF30B4;
}
.BgClassName
{
background-color: #DF30B4;
}
</style>
border-color css
<style>
span { border-color: #DF30B4; }
span { border-color: rgb(223,48,180); }
td.TdClassName
{
border-color: #DF30B4;
}
.TagClassName
{
border-color: #DF30B4;
}
</style>