Shades of Shocking #DF87BB
Tints of Shocking #DF87BB
RGB
CMYK
RGB Variations
Color information
#DF87BB (or 0xDF87BB) is known color: Shocking. HEX triplet: DF, 87 and BB. RGB value is (223,135,187). Sum of RGB (Red+Green+Blue) = 223+135+187=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87BB is #207844. Grayscale: #A7A7A7. Windows color (decimal): -2127941 or 12290015. OLE color: 12290015.
HSL color Cylindrical-coordinate representation of color #DF87BB: hue angle of 324.55º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF87BB is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 187 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.13 |
| HSL | 324.55º | 0.58% | 0.7% | - |
| HSV(B) | 324.55º | 0.39% | 0.87% | - |
| XYZ | 48.07 | 36.6 | 51.55 | - |
| YUV | 167.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 187 | 0 | 0.39 | 0.16 | 0.13 | 324.55 | 0.58 | 0.7 |
| Hex | DF | 87 | BB | 0 | 27 | 10 | D | 145 | 3A | 46 |
| Octal | 337 | 207 | 273 | 0 | 47 | 20 | 15 | 505 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10111011 | 0 | 100111 | 10000 | 1101 | 101000101 | 111010 | 1000110 |
Color Harmonies of #DF87BB
Complementary color
Monochromatic Colors of #DF87BB
Black with #DF87BB
Text Example
Text Example
White with #DF87BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87BB; }
p { color: rgb(223,135,187); }
H1.HeaderClassName
{
color: #DF87BB;
}
.AnyTagClassName
{
color: #DF87BB;
}
</style>
background-color css
<style>
a { background-color: #DF87BB; }
a { background-color: rgb(223,135,187); }
div.DivClassName
{
background-color: #DF87BB;
}
.BgClassName
{
background-color: #DF87BB;
}
</style>
border-color css
<style>
span { border-color: #DF87BB; }
span { border-color: rgb(223,135,187); }
td.TdClassName
{
border-color: #DF87BB;
}
.TagClassName
{
border-color: #DF87BB;
}
</style>