Shades of Spicy Pink #DF30B3
Tints of Spicy Pink #DF30B3
RGB
CMYK
RGB Variations
Color information
#DF30B3 (or 0xDF30B3) is known color: Spicy Pink. HEX triplet: DF, 30 and B3. RGB value is (223,48,179). Sum of RGB (Red+Green+Blue) = 223+48+179=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30B3 is #20CF4C. Grayscale: #727272. Windows color (decimal): -2150221 or 11743455. OLE color: 11743455.
HSL color Cylindrical-coordinate representation of color #DF30B3: hue angle of 315.09º 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 #DF30B3 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 179 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.13 |
| HSL | 315.09º | 0.73% | 0.53% | - |
| HSV(B) | 315.09º | 0.78% | 0.87% | - |
| XYZ | 39.63 | 21.06 | 44.62 | - |
| YUV | 115.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 179 | 0 | 0.78 | 0.20 | 0.13 | 315.09 | 0.73 | 0.53 |
| Hex | DF | 30 | B3 | 0 | 4E | 14 | D | 13B | 49 | 35 |
| Octal | 337 | 60 | 263 | 0 | 116 | 24 | 15 | 473 | 111 | 65 |
| Binary | 11011111 | 110000 | 10110011 | 0 | 1001110 | 10100 | 1101 | 100111011 | 1001001 | 110101 |
Color Harmonies of #DF30B3
Complementary color
Monochromatic Colors of #DF30B3
Black with #DF30B3
Text Example
Text Example
White with #DF30B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30B3; }
p { color: rgb(223,48,179); }
H1.HeaderClassName
{
color: #DF30B3;
}
.AnyTagClassName
{
color: #DF30B3;
}
</style>
background-color css
<style>
a { background-color: #DF30B3; }
a { background-color: rgb(223,48,179); }
div.DivClassName
{
background-color: #DF30B3;
}
.BgClassName
{
background-color: #DF30B3;
}
</style>
border-color css
<style>
span { border-color: #DF30B3; }
span { border-color: rgb(223,48,179); }
td.TdClassName
{
border-color: #DF30B3;
}
.TagClassName
{
border-color: #DF30B3;
}
</style>