Shades of Shocking #DF95BB
Tints of Shocking #DF95BB
RGB
CMYK
RGB Variations
Color information
#DF95BB (or 0xDF95BB) is known color: Shocking. HEX triplet: DF, 95 and BB. RGB value is (223,149,187). Sum of RGB (Red+Green+Blue) = 223+149+187=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95BB is #206A44. Grayscale: #AFAFAF. Windows color (decimal): -2124357 or 12293599. OLE color: 12293599.
HSL color Cylindrical-coordinate representation of color #DF95BB: hue angle of 329.19º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF95BB is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 187 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.13 |
| HSL | 329.19º | 0.54% | 0.73% | - |
| HSV(B) | 329.19º | 0.33% | 0.87% | - |
| XYZ | 50.15 | 40.77 | 52.24 | - |
| YUV | 175.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 187 | 0 | 0.33 | 0.16 | 0.13 | 329.19 | 0.54 | 0.73 |
| Hex | DF | 95 | BB | 0 | 21 | 10 | D | 149 | 36 | 49 |
| Octal | 337 | 225 | 273 | 0 | 41 | 20 | 15 | 511 | 66 | 111 |
| Binary | 11011111 | 10010101 | 10111011 | 0 | 100001 | 10000 | 1101 | 101001001 | 110110 | 1001001 |
Color Harmonies of #DF95BB
Complementary color
Monochromatic Colors of #DF95BB
Black with #DF95BB
Text Example
Text Example
White with #DF95BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95BB; }
p { color: rgb(223,149,187); }
H1.HeaderClassName
{
color: #DF95BB;
}
.AnyTagClassName
{
color: #DF95BB;
}
</style>
background-color css
<style>
a { background-color: #DF95BB; }
a { background-color: rgb(223,149,187); }
div.DivClassName
{
background-color: #DF95BB;
}
.BgClassName
{
background-color: #DF95BB;
}
</style>
border-color css
<style>
span { border-color: #DF95BB; }
span { border-color: rgb(223,149,187); }
td.TdClassName
{
border-color: #DF95BB;
}
.TagClassName
{
border-color: #DF95BB;
}
</style>