Shades of Shocking Pink #DF17BE
Tints of Shocking Pink #DF17BE
RGB
CMYK
RGB Variations
Color information
#DF17BE (or 0xDF17BE) is known color: Shocking Pink. HEX triplet: DF, 17 and BE. RGB value is (223,23,190). Sum of RGB (Red+Green+Blue) = 223+23+190=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17BE is #20E841. Grayscale: #656565. Windows color (decimal): -2156610 or 12457951. OLE color: 12457951.
HSL color Cylindrical-coordinate representation of color #DF17BE: hue angle of 309.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF17BE is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 190 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.13 |
| HSL | 309.9º | 0.81% | 0.48% | - |
| HSV(B) | 309.9º | 0.9% | 0.87% | - |
| XYZ | 40.03 | 20.02 | 50.47 | - |
| YUV | 101.84 | 177.76 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 190 | 0 | 0.90 | 0.15 | 0.13 | 309.9 | 0.81 | 0.48 |
| Hex | DF | 17 | BE | 0 | 5A | F | D | 136 | 51 | 30 |
| Octal | 337 | 27 | 276 | 0 | 132 | 17 | 15 | 466 | 121 | 60 |
| Binary | 11011111 | 10111 | 10111110 | 0 | 1011010 | 1111 | 1101 | 100110110 | 1010001 | 110000 |
Color Harmonies of #DF17BE
Complementary color
Monochromatic Colors of #DF17BE
Black with #DF17BE
Text Example
Text Example
White with #DF17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17BE; }
p { color: rgb(223,23,190); }
H1.HeaderClassName
{
color: #DF17BE;
}
.AnyTagClassName
{
color: #DF17BE;
}
</style>
background-color css
<style>
a { background-color: #DF17BE; }
a { background-color: rgb(223,23,190); }
div.DivClassName
{
background-color: #DF17BE;
}
.BgClassName
{
background-color: #DF17BE;
}
</style>
border-color css
<style>
span { border-color: #DF17BE; }
span { border-color: rgb(223,23,190); }
td.TdClassName
{
border-color: #DF17BE;
}
.TagClassName
{
border-color: #DF17BE;
}
</style>