Shades of Shocking #DD89BB
Tints of Shocking #DD89BB
RGB
CMYK
RGB Variations
Color information
#DD89BB (or 0xDD89BB) is known color: Shocking. HEX triplet: DD, 89 and BB. RGB value is (221,137,187). Sum of RGB (Red+Green+Blue) = 221+137+187=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89BB is #227644. Grayscale: #A7A7A7. Windows color (decimal): -2258501 or 12290525. OLE color: 12290525.
HSL color Cylindrical-coordinate representation of color #DD89BB: hue angle of 324.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD89BB is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 187 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.13 |
| HSL | 324.29º | 0.55% | 0.7% | - |
| HSV(B) | 324.29º | 0.38% | 0.87% | - |
| XYZ | 47.73 | 36.85 | 51.61 | - |
| YUV | 167.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 187 | 0 | 0.38 | 0.15 | 0.13 | 324.29 | 0.55 | 0.7 |
| Hex | DD | 89 | BB | 0 | 26 | F | D | 144 | 37 | 46 |
| Octal | 335 | 211 | 273 | 0 | 46 | 17 | 15 | 504 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10111011 | 0 | 100110 | 1111 | 1101 | 101000100 | 110111 | 1000110 |
Color Harmonies of #DD89BB
Complementary color
Monochromatic Colors of #DD89BB
Black with #DD89BB
Text Example
Text Example
White with #DD89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89BB; }
p { color: rgb(221,137,187); }
H1.HeaderClassName
{
color: #DD89BB;
}
.AnyTagClassName
{
color: #DD89BB;
}
</style>
background-color css
<style>
a { background-color: #DD89BB; }
a { background-color: rgb(221,137,187); }
div.DivClassName
{
background-color: #DD89BB;
}
.BgClassName
{
background-color: #DD89BB;
}
</style>
border-color css
<style>
span { border-color: #DD89BB; }
span { border-color: rgb(221,137,187); }
td.TdClassName
{
border-color: #DD89BB;
}
.TagClassName
{
border-color: #DD89BB;
}
</style>