Shades of Shocking #DD89BD
Tints of Shocking #DD89BD
RGB
CMYK
RGB Variations
Color information
#DD89BD (or 0xDD89BD) is known color: Shocking. HEX triplet: DD, 89 and BD. RGB value is (221,137,189). Sum of RGB (Red+Green+Blue) = 221+137+189=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89BD is #227642. Grayscale: #A7A7A7. Windows color (decimal): -2258499 or 12421597. OLE color: 12421597.
HSL color Cylindrical-coordinate representation of color #DD89BD: hue angle of 322.86º 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 #DD89BD is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 189 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.13 |
| HSL | 322.86º | 0.55% | 0.7% | - |
| HSV(B) | 322.86º | 0.38% | 0.87% | - |
| XYZ | 47.95 | 36.94 | 52.75 | - |
| YUV | 168.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 189 | 0 | 0.38 | 0.14 | 0.13 | 322.86 | 0.55 | 0.7 |
| Hex | DD | 89 | BD | 0 | 26 | E | D | 143 | 37 | 46 |
| Octal | 335 | 211 | 275 | 0 | 46 | 16 | 15 | 503 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10111101 | 0 | 100110 | 1110 | 1101 | 101000011 | 110111 | 1000110 |
Color Harmonies of #DD89BD
Complementary color
Monochromatic Colors of #DD89BD
Black with #DD89BD
Text Example
Text Example
White with #DD89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89BD; }
p { color: rgb(221,137,189); }
H1.HeaderClassName
{
color: #DD89BD;
}
.AnyTagClassName
{
color: #DD89BD;
}
</style>
background-color css
<style>
a { background-color: #DD89BD; }
a { background-color: rgb(221,137,189); }
div.DivClassName
{
background-color: #DD89BD;
}
.BgClassName
{
background-color: #DD89BD;
}
</style>
border-color css
<style>
span { border-color: #DD89BD; }
span { border-color: rgb(221,137,189); }
td.TdClassName
{
border-color: #DD89BD;
}
.TagClassName
{
border-color: #DD89BD;
}
</style>