Shades of Shocking #DD99BB
Tints of Shocking #DD99BB
RGB
CMYK
RGB Variations
Color information
#DD99BB (or 0xDD99BB) is known color: Shocking. HEX triplet: DD, 99 and BB. RGB value is (221,153,187). Sum of RGB (Red+Green+Blue) = 221+153+187=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99BB is #226644. Grayscale: #B1B1B1. Windows color (decimal): -2254405 or 12294621. OLE color: 12294621.
HSL color Cylindrical-coordinate representation of color #DD99BB: hue angle of 330º 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 #DD99BB is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 187 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.13 |
| HSL | 330º | 0.5% | 0.73% | - |
| HSV(B) | 330º | 0.31% | 0.87% | - |
| XYZ | 50.18 | 41.74 | 52.43 | - |
| YUV | 177.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 187 | 0 | 0.31 | 0.15 | 0.13 | 330 | 0.5 | 0.73 |
| Hex | DD | 99 | BB | 0 | 1F | F | D | 14A | 32 | 49 |
| Octal | 335 | 231 | 273 | 0 | 37 | 17 | 15 | 512 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10111011 | 0 | 11111 | 1111 | 1101 | 101001010 | 110010 | 1001001 |
Color Harmonies of #DD99BB
Complementary color
Monochromatic Colors of #DD99BB
Black with #DD99BB
Text Example
Text Example
White with #DD99BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99BB; }
p { color: rgb(221,153,187); }
H1.HeaderClassName
{
color: #DD99BB;
}
.AnyTagClassName
{
color: #DD99BB;
}
</style>
background-color css
<style>
a { background-color: #DD99BB; }
a { background-color: rgb(221,153,187); }
div.DivClassName
{
background-color: #DD99BB;
}
.BgClassName
{
background-color: #DD99BB;
}
</style>
border-color css
<style>
span { border-color: #DD99BB; }
span { border-color: rgb(221,153,187); }
td.TdClassName
{
border-color: #DD99BB;
}
.TagClassName
{
border-color: #DD99BB;
}
</style>