Shades of Shocking #DD89BE
Tints of Shocking #DD89BE
RGB
CMYK
RGB Variations
Color information
#DD89BE (or 0xDD89BE) is known color: Shocking. HEX triplet: DD, 89 and BE. RGB value is (221,137,190). Sum of RGB (Red+Green+Blue) = 221+137+190=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89BE is #227641. Grayscale: #A8A8A8. Windows color (decimal): -2258498 or 12487133. OLE color: 12487133.
HSL color Cylindrical-coordinate representation of color #DD89BE: hue angle of 322.14º 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 #DD89BE is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 190 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.13 |
| HSL | 322.14º | 0.55% | 0.7% | - |
| HSV(B) | 322.14º | 0.38% | 0.87% | - |
| XYZ | 48.06 | 36.98 | 53.32 | - |
| YUV | 168.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 190 | 0 | 0.38 | 0.14 | 0.13 | 322.14 | 0.55 | 0.7 |
| Hex | DD | 89 | BE | 0 | 26 | E | D | 142 | 37 | 46 |
| Octal | 335 | 211 | 276 | 0 | 46 | 16 | 15 | 502 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10111110 | 0 | 100110 | 1110 | 1101 | 101000010 | 110111 | 1000110 |
Color Harmonies of #DD89BE
Complementary color
Monochromatic Colors of #DD89BE
Black with #DD89BE
Text Example
Text Example
White with #DD89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89BE; }
p { color: rgb(221,137,190); }
H1.HeaderClassName
{
color: #DD89BE;
}
.AnyTagClassName
{
color: #DD89BE;
}
</style>
background-color css
<style>
a { background-color: #DD89BE; }
a { background-color: rgb(221,137,190); }
div.DivClassName
{
background-color: #DD89BE;
}
.BgClassName
{
background-color: #DD89BE;
}
</style>
border-color css
<style>
span { border-color: #DD89BE; }
span { border-color: rgb(221,137,190); }
td.TdClassName
{
border-color: #DD89BE;
}
.TagClassName
{
border-color: #DD89BE;
}
</style>