Shades of Shocking #DD89B9
Tints of Shocking #DD89B9
RGB
CMYK
RGB Variations
Color information
#DD89B9 (or 0xDD89B9) is known color: Shocking. HEX triplet: DD, 89 and B9. RGB value is (221,137,185). Sum of RGB (Red+Green+Blue) = 221+137+185=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89B9 is #227646. Grayscale: #A7A7A7. Windows color (decimal): -2258503 or 12159453. OLE color: 12159453.
HSL color Cylindrical-coordinate representation of color #DD89B9: hue angle of 325.71º 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 #DD89B9 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 185 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.13 |
| HSL | 325.71º | 0.55% | 0.7% | - |
| HSV(B) | 325.71º | 0.38% | 0.87% | - |
| XYZ | 47.52 | 36.77 | 50.49 | - |
| YUV | 167.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 185 | 0 | 0.38 | 0.16 | 0.13 | 325.71 | 0.55 | 0.7 |
| Hex | DD | 89 | B9 | 0 | 26 | 10 | D | 146 | 37 | 46 |
| Octal | 335 | 211 | 271 | 0 | 46 | 20 | 15 | 506 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10111001 | 0 | 100110 | 10000 | 1101 | 101000110 | 110111 | 1000110 |
Color Harmonies of #DD89B9
Complementary color
Monochromatic Colors of #DD89B9
Black with #DD89B9
Text Example
Text Example
White with #DD89B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89B9; }
p { color: rgb(221,137,185); }
H1.HeaderClassName
{
color: #DD89B9;
}
.AnyTagClassName
{
color: #DD89B9;
}
</style>
background-color css
<style>
a { background-color: #DD89B9; }
a { background-color: rgb(221,137,185); }
div.DivClassName
{
background-color: #DD89B9;
}
.BgClassName
{
background-color: #DD89B9;
}
</style>
border-color css
<style>
span { border-color: #DD89B9; }
span { border-color: rgb(221,137,185); }
td.TdClassName
{
border-color: #DD89B9;
}
.TagClassName
{
border-color: #DD89B9;
}
</style>