Shades of Shocking Pink #DF19BB
Tints of Shocking Pink #DF19BB
RGB
CMYK
RGB Variations
Color information
#DF19BB (or 0xDF19BB) is known color: Shocking Pink. HEX triplet: DF, 19 and BB. RGB value is (223,25,187). Sum of RGB (Red+Green+Blue) = 223+25+187=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19BB is #20E644. Grayscale: #666666. Windows color (decimal): -2156101 or 12261855. OLE color: 12261855.
HSL color Cylindrical-coordinate representation of color #DF19BB: hue angle of 310.91º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF19BB is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 187 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.13 |
| HSL | 310.91º | 0.8% | 0.49% | - |
| HSV(B) | 310.91º | 0.89% | 0.87% | - |
| XYZ | 39.75 | 19.97 | 48.77 | - |
| YUV | 102.67 | 175.6 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 187 | 0 | 0.89 | 0.16 | 0.13 | 310.91 | 0.8 | 0.49 |
| Hex | DF | 19 | BB | 0 | 59 | 10 | D | 137 | 50 | 31 |
| Octal | 337 | 31 | 273 | 0 | 131 | 20 | 15 | 467 | 120 | 61 |
| Binary | 11011111 | 11001 | 10111011 | 0 | 1011001 | 10000 | 1101 | 100110111 | 1010000 | 110001 |
Color Harmonies of #DF19BB
Complementary color
Monochromatic Colors of #DF19BB
Black with #DF19BB
Text Example
Text Example
White with #DF19BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19BB; }
p { color: rgb(223,25,187); }
H1.HeaderClassName
{
color: #DF19BB;
}
.AnyTagClassName
{
color: #DF19BB;
}
</style>
background-color css
<style>
a { background-color: #DF19BB; }
a { background-color: rgb(223,25,187); }
div.DivClassName
{
background-color: #DF19BB;
}
.BgClassName
{
background-color: #DF19BB;
}
</style>
border-color css
<style>
span { border-color: #DF19BB; }
span { border-color: rgb(223,25,187); }
td.TdClassName
{
border-color: #DF19BB;
}
.TagClassName
{
border-color: #DF19BB;
}
</style>