Shades of Shocking Pink #DF08B7
Tints of Shocking Pink #DF08B7
RGB
CMYK
RGB Variations
Color information
#DF08B7 (or 0xDF08B7) is known color: Shocking Pink. HEX triplet: DF, 08 and B7. RGB value is (223,8,183). Sum of RGB (Red+Green+Blue) = 223+8+183=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08B7 is #20F748. Grayscale: #5B5B5B. Windows color (decimal): -2160457 or 11995359. OLE color: 11995359.
HSL color Cylindrical-coordinate representation of color #DF08B7: hue angle of 311.16º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF08B7 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 183 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.13 |
| HSL | 311.16º | 0.93% | 0.45% | - |
| HSV(B) | 311.16º | 0.96% | 0.87% | - |
| XYZ | 39.07 | 19.28 | 46.46 | - |
| YUV | 92.24 | 179.23 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 183 | 0 | 0.96 | 0.18 | 0.13 | 311.16 | 0.93 | 0.45 |
| Hex | DF | 8 | B7 | 0 | 60 | 12 | D | 137 | 5D | 2D |
| Octal | 337 | 10 | 267 | 0 | 140 | 22 | 15 | 467 | 135 | 55 |
| Binary | 11011111 | 1000 | 10110111 | 0 | 1100000 | 10010 | 1101 | 100110111 | 1011101 | 101101 |
Color Harmonies of #DF08B7
Complementary color
Monochromatic Colors of #DF08B7
Black with #DF08B7
Text Example
Text Example
White with #DF08B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08B7; }
p { color: rgb(223,8,183); }
H1.HeaderClassName
{
color: #DF08B7;
}
.AnyTagClassName
{
color: #DF08B7;
}
</style>
background-color css
<style>
a { background-color: #DF08B7; }
a { background-color: rgb(223,8,183); }
div.DivClassName
{
background-color: #DF08B7;
}
.BgClassName
{
background-color: #DF08B7;
}
</style>
border-color css
<style>
span { border-color: #DF08B7; }
span { border-color: rgb(223,8,183); }
td.TdClassName
{
border-color: #DF08B7;
}
.TagClassName
{
border-color: #DF08B7;
}
</style>