Shades of Shocking #DD91BB
Tints of Shocking #DD91BB
RGB
CMYK
RGB Variations
Color information
#DD91BB (or 0xDD91BB) is known color: Shocking. HEX triplet: DD, 91 and BB. RGB value is (221,145,187). Sum of RGB (Red+Green+Blue) = 221+145+187=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91BB is #226E44. Grayscale: #ACACAC. Windows color (decimal): -2256453 or 12292573. OLE color: 12292573.
HSL color Cylindrical-coordinate representation of color #DD91BB: hue angle of 326.84º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD91BB is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 187 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.13 |
| HSL | 326.84º | 0.53% | 0.72% | - |
| HSV(B) | 326.84º | 0.34% | 0.87% | - |
| XYZ | 48.91 | 39.21 | 52 | - |
| YUV | 172.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 187 | 0 | 0.34 | 0.15 | 0.13 | 326.84 | 0.53 | 0.72 |
| Hex | DD | 91 | BB | 0 | 22 | F | D | 147 | 35 | 48 |
| Octal | 335 | 221 | 273 | 0 | 42 | 17 | 15 | 507 | 65 | 110 |
| Binary | 11011101 | 10010001 | 10111011 | 0 | 100010 | 1111 | 1101 | 101000111 | 110101 | 1001000 |
Color Harmonies of #DD91BB
Complementary color
Monochromatic Colors of #DD91BB
Black with #DD91BB
Text Example
Text Example
White with #DD91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91BB; }
p { color: rgb(221,145,187); }
H1.HeaderClassName
{
color: #DD91BB;
}
.AnyTagClassName
{
color: #DD91BB;
}
</style>
background-color css
<style>
a { background-color: #DD91BB; }
a { background-color: rgb(221,145,187); }
div.DivClassName
{
background-color: #DD91BB;
}
.BgClassName
{
background-color: #DD91BB;
}
</style>
border-color css
<style>
span { border-color: #DD91BB; }
span { border-color: rgb(221,145,187); }
td.TdClassName
{
border-color: #DD91BB;
}
.TagClassName
{
border-color: #DD91BB;
}
</style>