Shades of Shocking #DD96BB
Tints of Shocking #DD96BB
RGB
CMYK
RGB Variations
Color information
#DD96BB (or 0xDD96BB) is known color: Shocking. HEX triplet: DD, 96 and BB. RGB value is (221,150,187). Sum of RGB (Red+Green+Blue) = 221+150+187=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96BB is #226944. Grayscale: #AFAFAF. Windows color (decimal): -2255173 or 12293853. OLE color: 12293853.
HSL color Cylindrical-coordinate representation of color #DD96BB: hue angle of 328.73º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD96BB is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 187 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.13 |
| HSL | 328.73º | 0.51% | 0.73% | - |
| HSV(B) | 328.73º | 0.32% | 0.87% | - |
| XYZ | 49.69 | 40.77 | 52.26 | - |
| YUV | 175.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 187 | 0 | 0.32 | 0.15 | 0.13 | 328.73 | 0.51 | 0.73 |
| Hex | DD | 96 | BB | 0 | 20 | F | D | 149 | 33 | 49 |
| Octal | 335 | 226 | 273 | 0 | 40 | 17 | 15 | 511 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10111011 | 0 | 100000 | 1111 | 1101 | 101001001 | 110011 | 1001001 |
Color Harmonies of #DD96BB
Complementary color
Monochromatic Colors of #DD96BB
Black with #DD96BB
Text Example
Text Example
White with #DD96BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96BB; }
p { color: rgb(221,150,187); }
H1.HeaderClassName
{
color: #DD96BB;
}
.AnyTagClassName
{
color: #DD96BB;
}
</style>
background-color css
<style>
a { background-color: #DD96BB; }
a { background-color: rgb(221,150,187); }
div.DivClassName
{
background-color: #DD96BB;
}
.BgClassName
{
background-color: #DD96BB;
}
</style>
border-color css
<style>
span { border-color: #DD96BB; }
span { border-color: rgb(221,150,187); }
td.TdClassName
{
border-color: #DD96BB;
}
.TagClassName
{
border-color: #DD96BB;
}
</style>