Shades of Shocking #DF96BD
Tints of Shocking #DF96BD
RGB
CMYK
RGB Variations
Color information
#DF96BD (or 0xDF96BD) is known color: Shocking. HEX triplet: DF, 96 and BD. RGB value is (223,150,189). Sum of RGB (Red+Green+Blue) = 223+150+189=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96BD is #206942. Grayscale: #B0B0B0. Windows color (decimal): -2124099 or 12424927. OLE color: 12424927.
HSL color Cylindrical-coordinate representation of color #DF96BD: hue angle of 327.95º 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 #DF96BD is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 189 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.13 |
| HSL | 327.95º | 0.53% | 0.73% | - |
| HSV(B) | 327.95º | 0.33% | 0.87% | - |
| XYZ | 50.52 | 41.17 | 53.43 | - |
| YUV | 176.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 189 | 0 | 0.33 | 0.15 | 0.13 | 327.95 | 0.53 | 0.73 |
| Hex | DF | 96 | BD | 0 | 21 | F | D | 148 | 35 | 49 |
| Octal | 337 | 226 | 275 | 0 | 41 | 17 | 15 | 510 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10111101 | 0 | 100001 | 1111 | 1101 | 101001000 | 110101 | 1001001 |
Color Harmonies of #DF96BD
Complementary color
Monochromatic Colors of #DF96BD
Black with #DF96BD
Text Example
Text Example
White with #DF96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96BD; }
p { color: rgb(223,150,189); }
H1.HeaderClassName
{
color: #DF96BD;
}
.AnyTagClassName
{
color: #DF96BD;
}
</style>
background-color css
<style>
a { background-color: #DF96BD; }
a { background-color: rgb(223,150,189); }
div.DivClassName
{
background-color: #DF96BD;
}
.BgClassName
{
background-color: #DF96BD;
}
</style>
border-color css
<style>
span { border-color: #DF96BD; }
span { border-color: rgb(223,150,189); }
td.TdClassName
{
border-color: #DF96BD;
}
.TagClassName
{
border-color: #DF96BD;
}
</style>