Shades of Shocking Pink #DF19BD
Tints of Shocking Pink #DF19BD
RGB
CMYK
RGB Variations
Color information
#DF19BD (or 0xDF19BD) is known color: Shocking Pink. HEX triplet: DF, 19 and BD. RGB value is (223,25,189). Sum of RGB (Red+Green+Blue) = 223+25+189=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19BD is #20E642. Grayscale: #666666. Windows color (decimal): -2156099 or 12392927. OLE color: 12392927.
HSL color Cylindrical-coordinate representation of color #DF19BD: hue angle of 310.3º 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 #DF19BD is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 189 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.13 |
| HSL | 310.3º | 0.8% | 0.49% | - |
| HSV(B) | 310.3º | 0.89% | 0.87% | - |
| XYZ | 39.96 | 20.06 | 49.91 | - |
| YUV | 102.9 | 176.6 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 189 | 0 | 0.89 | 0.15 | 0.13 | 310.3 | 0.8 | 0.49 |
| Hex | DF | 19 | BD | 0 | 59 | F | D | 136 | 50 | 31 |
| Octal | 337 | 31 | 275 | 0 | 131 | 17 | 15 | 466 | 120 | 61 |
| Binary | 11011111 | 11001 | 10111101 | 0 | 1011001 | 1111 | 1101 | 100110110 | 1010000 | 110001 |
Color Harmonies of #DF19BD
Complementary color
Monochromatic Colors of #DF19BD
Black with #DF19BD
Text Example
Text Example
White with #DF19BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19BD; }
p { color: rgb(223,25,189); }
H1.HeaderClassName
{
color: #DF19BD;
}
.AnyTagClassName
{
color: #DF19BD;
}
</style>
background-color css
<style>
a { background-color: #DF19BD; }
a { background-color: rgb(223,25,189); }
div.DivClassName
{
background-color: #DF19BD;
}
.BgClassName
{
background-color: #DF19BD;
}
</style>
border-color css
<style>
span { border-color: #DF19BD; }
span { border-color: rgb(223,25,189); }
td.TdClassName
{
border-color: #DF19BD;
}
.TagClassName
{
border-color: #DF19BD;
}
</style>