Shades of Shocking #DD98BB
Tints of Shocking #DD98BB
RGB
CMYK
RGB Variations
Color information
#DD98BB (or 0xDD98BB) is known color: Shocking. HEX triplet: DD, 98 and BB. RGB value is (221,152,187). Sum of RGB (Red+Green+Blue) = 221+152+187=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98BB is #226744. Grayscale: #B0B0B0. Windows color (decimal): -2254661 or 12294365. OLE color: 12294365.
HSL color Cylindrical-coordinate representation of color #DD98BB: hue angle of 329.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD98BB is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 187 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.13 |
| HSL | 329.57º | 0.5% | 0.73% | - |
| HSV(B) | 329.57º | 0.31% | 0.87% | - |
| XYZ | 50.02 | 41.42 | 52.37 | - |
| YUV | 176.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 187 | 0 | 0.31 | 0.15 | 0.13 | 329.57 | 0.5 | 0.73 |
| Hex | DD | 98 | BB | 0 | 1F | F | D | 14A | 32 | 49 |
| Octal | 335 | 230 | 273 | 0 | 37 | 17 | 15 | 512 | 62 | 111 |
| Binary | 11011101 | 10011000 | 10111011 | 0 | 11111 | 1111 | 1101 | 101001010 | 110010 | 1001001 |
Color Harmonies of #DD98BB
Complementary color
Monochromatic Colors of #DD98BB
Black with #DD98BB
Text Example
Text Example
White with #DD98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98BB; }
p { color: rgb(221,152,187); }
H1.HeaderClassName
{
color: #DD98BB;
}
.AnyTagClassName
{
color: #DD98BB;
}
</style>
background-color css
<style>
a { background-color: #DD98BB; }
a { background-color: rgb(221,152,187); }
div.DivClassName
{
background-color: #DD98BB;
}
.BgClassName
{
background-color: #DD98BB;
}
</style>
border-color css
<style>
span { border-color: #DD98BB; }
span { border-color: rgb(221,152,187); }
td.TdClassName
{
border-color: #DD98BB;
}
.TagClassName
{
border-color: #DD98BB;
}
</style>