Shades of Shocking #DD89B5
Tints of Shocking #DD89B5
RGB
CMYK
RGB Variations
Color information
#DD89B5 (or 0xDD89B5) is known color: Shocking. HEX triplet: DD, 89 and B5. RGB value is (221,137,181). Sum of RGB (Red+Green+Blue) = 221+137+181=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89B5 is #22764A. Grayscale: #A7A7A7. Windows color (decimal): -2258507 or 11897309. OLE color: 11897309.
HSL color Cylindrical-coordinate representation of color #DD89B5: hue angle of 328.57º 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 #DD89B5 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 181 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.13 |
| HSL | 328.57º | 0.55% | 0.7% | - |
| HSV(B) | 328.57º | 0.38% | 0.87% | - |
| XYZ | 47.1 | 36.6 | 48.3 | - |
| YUV | 167.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 181 | 0 | 0.38 | 0.18 | 0.13 | 328.57 | 0.55 | 0.7 |
| Hex | DD | 89 | B5 | 0 | 26 | 12 | D | 149 | 37 | 46 |
| Octal | 335 | 211 | 265 | 0 | 46 | 22 | 15 | 511 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10110101 | 0 | 100110 | 10010 | 1101 | 101001001 | 110111 | 1000110 |
Color Harmonies of #DD89B5
Complementary color
Monochromatic Colors of #DD89B5
Black with #DD89B5
Text Example
Text Example
White with #DD89B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89B5; }
p { color: rgb(221,137,181); }
H1.HeaderClassName
{
color: #DD89B5;
}
.AnyTagClassName
{
color: #DD89B5;
}
</style>
background-color css
<style>
a { background-color: #DD89B5; }
a { background-color: rgb(221,137,181); }
div.DivClassName
{
background-color: #DD89B5;
}
.BgClassName
{
background-color: #DD89B5;
}
</style>
border-color css
<style>
span { border-color: #DD89B5; }
span { border-color: rgb(221,137,181); }
td.TdClassName
{
border-color: #DD89B5;
}
.TagClassName
{
border-color: #DD89B5;
}
</style>