Shades of Shocking #DF96BC
Tints of Shocking #DF96BC
RGB
CMYK
RGB Variations
Color information
#DF96BC (or 0xDF96BC) is known color: Shocking. HEX triplet: DF, 96 and BC. RGB value is (223,150,188). Sum of RGB (Red+Green+Blue) = 223+150+188=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96BC is #206943. Grayscale: #B0B0B0. Windows color (decimal): -2124100 or 12359391. OLE color: 12359391.
HSL color Cylindrical-coordinate representation of color #DF96BC: hue angle of 328.77º degrees, saturation: 0.53, 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 #DF96BC is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 188 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.13 |
| HSL | 328.77º | 0.53% | 0.73% | - |
| HSV(B) | 328.77º | 0.33% | 0.87% | - |
| XYZ | 50.41 | 41.13 | 52.86 | - |
| YUV | 176.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 188 | 0 | 0.33 | 0.16 | 0.13 | 328.77 | 0.53 | 0.73 |
| Hex | DF | 96 | BC | 0 | 21 | 10 | D | 149 | 35 | 49 |
| Octal | 337 | 226 | 274 | 0 | 41 | 20 | 15 | 511 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10111100 | 0 | 100001 | 10000 | 1101 | 101001001 | 110101 | 1001001 |
Color Harmonies of #DF96BC
Complementary color
Monochromatic Colors of #DF96BC
Black with #DF96BC
Text Example
Text Example
White with #DF96BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96BC; }
p { color: rgb(223,150,188); }
H1.HeaderClassName
{
color: #DF96BC;
}
.AnyTagClassName
{
color: #DF96BC;
}
</style>
background-color css
<style>
a { background-color: #DF96BC; }
a { background-color: rgb(223,150,188); }
div.DivClassName
{
background-color: #DF96BC;
}
.BgClassName
{
background-color: #DF96BC;
}
</style>
border-color css
<style>
span { border-color: #DF96BC; }
span { border-color: rgb(223,150,188); }
td.TdClassName
{
border-color: #DF96BC;
}
.TagClassName
{
border-color: #DF96BC;
}
</style>