Shades of Shocking Pink #DF11B7
Tints of Shocking Pink #DF11B7
RGB
CMYK
RGB Variations
Color information
#DF11B7 (or 0xDF11B7) is known color: Shocking Pink. HEX triplet: DF, 11 and B7. RGB value is (223,17,183). Sum of RGB (Red+Green+Blue) = 223+17+183=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF11B7 is #20EE48. Grayscale: #616161. Windows color (decimal): -2158153 or 11997663. OLE color: 11997663.
HSL color Cylindrical-coordinate representation of color #DF11B7: hue angle of 311.65º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF11B7 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 183 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.13 |
| HSL | 311.65º | 0.86% | 0.47% | - |
| HSV(B) | 311.65º | 0.92% | 0.87% | - |
| XYZ | 39.18 | 19.51 | 46.5 | - |
| YUV | 97.52 | 176.25 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 183 | 0 | 0.92 | 0.18 | 0.13 | 311.65 | 0.86 | 0.47 |
| Hex | DF | 11 | B7 | 0 | 5C | 12 | D | 138 | 56 | 2F |
| Octal | 337 | 21 | 267 | 0 | 134 | 22 | 15 | 470 | 126 | 57 |
| Binary | 11011111 | 10001 | 10110111 | 0 | 1011100 | 10010 | 1101 | 100111000 | 1010110 | 101111 |
Color Harmonies of #DF11B7
Complementary color
Monochromatic Colors of #DF11B7
Black with #DF11B7
Text Example
Text Example
White with #DF11B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF11B7; }
p { color: rgb(223,17,183); }
H1.HeaderClassName
{
color: #DF11B7;
}
.AnyTagClassName
{
color: #DF11B7;
}
</style>
background-color css
<style>
a { background-color: #DF11B7; }
a { background-color: rgb(223,17,183); }
div.DivClassName
{
background-color: #DF11B7;
}
.BgClassName
{
background-color: #DF11B7;
}
</style>
border-color css
<style>
span { border-color: #DF11B7; }
span { border-color: rgb(223,17,183); }
td.TdClassName
{
border-color: #DF11B7;
}
.TagClassName
{
border-color: #DF11B7;
}
</style>