Shades of Shocking #DD99BC
Tints of Shocking #DD99BC
RGB
CMYK
RGB Variations
Color information
#DD99BC (or 0xDD99BC) is known color: Shocking. HEX triplet: DD, 99 and BC. RGB value is (221,153,188). Sum of RGB (Red+Green+Blue) = 221+153+188=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99BC is #226643. Grayscale: #B1B1B1. Windows color (decimal): -2254404 or 12360157. OLE color: 12360157.
HSL color Cylindrical-coordinate representation of color #DD99BC: hue angle of 329.12º 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 #DD99BC is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 188 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.13 |
| HSL | 329.12º | 0.5% | 0.73% | - |
| HSV(B) | 329.12º | 0.31% | 0.87% | - |
| XYZ | 50.29 | 41.79 | 52.99 | - |
| YUV | 177.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 188 | 0 | 0.31 | 0.15 | 0.13 | 329.12 | 0.5 | 0.73 |
| Hex | DD | 99 | BC | 0 | 1F | F | D | 149 | 32 | 49 |
| Octal | 335 | 231 | 274 | 0 | 37 | 17 | 15 | 511 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10111100 | 0 | 11111 | 1111 | 1101 | 101001001 | 110010 | 1001001 |
Color Harmonies of #DD99BC
Complementary color
Monochromatic Colors of #DD99BC
Black with #DD99BC
Text Example
Text Example
White with #DD99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99BC; }
p { color: rgb(221,153,188); }
H1.HeaderClassName
{
color: #DD99BC;
}
.AnyTagClassName
{
color: #DD99BC;
}
</style>
background-color css
<style>
a { background-color: #DD99BC; }
a { background-color: rgb(221,153,188); }
div.DivClassName
{
background-color: #DD99BC;
}
.BgClassName
{
background-color: #DD99BC;
}
</style>
border-color css
<style>
span { border-color: #DD99BC; }
span { border-color: rgb(221,153,188); }
td.TdClassName
{
border-color: #DD99BC;
}
.TagClassName
{
border-color: #DD99BC;
}
</style>