Shades of Shocking #DF96CB
Tints of Shocking #DF96CB
RGB
CMYK
RGB Variations
Color information
#DF96CB (or 0xDF96CB) is known color: Shocking. HEX triplet: DF, 96 and CB. RGB value is (223,150,203). Sum of RGB (Red+Green+Blue) = 223+150+203=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96CB is #206934. Grayscale: #B1B1B1. Windows color (decimal): -2124085 or 13342431. OLE color: 13342431.
HSL color Cylindrical-coordinate representation of color #DF96CB: hue angle of 316.44º 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 #DF96CB is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 203 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.13 |
| HSL | 316.44º | 0.53% | 0.73% | - |
| HSV(B) | 316.44º | 0.33% | 0.87% | - |
| XYZ | 52.12 | 41.81 | 61.82 | - |
| YUV | 177.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 203 | 0 | 0.33 | 0.09 | 0.13 | 316.44 | 0.53 | 0.73 |
| Hex | DF | 96 | CB | 0 | 21 | 9 | D | 13C | 35 | 49 |
| Octal | 337 | 226 | 313 | 0 | 41 | 11 | 15 | 474 | 65 | 111 |
| Binary | 11011111 | 10010110 | 11001011 | 0 | 100001 | 1001 | 1101 | 100111100 | 110101 | 1001001 |
Color Harmonies of #DF96CB
Complementary color
Monochromatic Colors of #DF96CB
Black with #DF96CB
Text Example
Text Example
White with #DF96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96CB; }
p { color: rgb(223,150,203); }
H1.HeaderClassName
{
color: #DF96CB;
}
.AnyTagClassName
{
color: #DF96CB;
}
</style>
background-color css
<style>
a { background-color: #DF96CB; }
a { background-color: rgb(223,150,203); }
div.DivClassName
{
background-color: #DF96CB;
}
.BgClassName
{
background-color: #DF96CB;
}
</style>
border-color css
<style>
span { border-color: #DF96CB; }
span { border-color: rgb(223,150,203); }
td.TdClassName
{
border-color: #DF96CB;
}
.TagClassName
{
border-color: #DF96CB;
}
</style>