Shades of Shocking #DD99BA
Tints of Shocking #DD99BA
RGB
CMYK
RGB Variations
Color information
#DD99BA (or 0xDD99BA) is known color: Shocking. HEX triplet: DD, 99 and BA. RGB value is (221,153,186). Sum of RGB (Red+Green+Blue) = 221+153+186=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99BA is #226645. Grayscale: #B1B1B1. Windows color (decimal): -2254406 or 12229085. OLE color: 12229085.
HSL color Cylindrical-coordinate representation of color #DD99BA: hue angle of 330.88º 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 #DD99BA is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 186 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.13 |
| HSL | 330.88º | 0.5% | 0.73% | - |
| HSV(B) | 330.88º | 0.31% | 0.87% | - |
| XYZ | 50.07 | 41.7 | 51.86 | - |
| YUV | 177.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 186 | 0 | 0.31 | 0.16 | 0.13 | 330.88 | 0.5 | 0.73 |
| Hex | DD | 99 | BA | 0 | 1F | 10 | D | 14B | 32 | 49 |
| Octal | 335 | 231 | 272 | 0 | 37 | 20 | 15 | 513 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10111010 | 0 | 11111 | 10000 | 1101 | 101001011 | 110010 | 1001001 |
Color Harmonies of #DD99BA
Complementary color
Monochromatic Colors of #DD99BA
Black with #DD99BA
Text Example
Text Example
White with #DD99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99BA; }
p { color: rgb(221,153,186); }
H1.HeaderClassName
{
color: #DD99BA;
}
.AnyTagClassName
{
color: #DD99BA;
}
</style>
background-color css
<style>
a { background-color: #DD99BA; }
a { background-color: rgb(221,153,186); }
div.DivClassName
{
background-color: #DD99BA;
}
.BgClassName
{
background-color: #DD99BA;
}
</style>
border-color css
<style>
span { border-color: #DD99BA; }
span { border-color: rgb(221,153,186); }
td.TdClassName
{
border-color: #DD99BA;
}
.TagClassName
{
border-color: #DD99BA;
}
</style>