Shades of Shocking #DD8BB9
Tints of Shocking #DD8BB9
RGB
CMYK
RGB Variations
Color information
#DD8BB9 (or 0xDD8BB9) is known color: Shocking. HEX triplet: DD, 8B and B9. RGB value is (221,139,185). Sum of RGB (Red+Green+Blue) = 221+139+185=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BB9 is #227446. Grayscale: #A8A8A8. Windows color (decimal): -2257991 or 12159965. OLE color: 12159965.
HSL color Cylindrical-coordinate representation of color #DD8BB9: hue angle of 326.34º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8BB9 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 185 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.13 |
| HSL | 326.34º | 0.55% | 0.71% | - |
| HSV(B) | 326.34º | 0.37% | 0.87% | - |
| XYZ | 47.81 | 37.34 | 50.59 | - |
| YUV | 168.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 185 | 0 | 0.37 | 0.16 | 0.13 | 326.34 | 0.55 | 0.71 |
| Hex | DD | 8B | B9 | 0 | 25 | 10 | D | 146 | 37 | 47 |
| Octal | 335 | 213 | 271 | 0 | 45 | 20 | 15 | 506 | 67 | 107 |
| Binary | 11011101 | 10001011 | 10111001 | 0 | 100101 | 10000 | 1101 | 101000110 | 110111 | 1000111 |
Color Harmonies of #DD8BB9
Complementary color
Monochromatic Colors of #DD8BB9
Black with #DD8BB9
Text Example
Text Example
White with #DD8BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BB9; }
p { color: rgb(221,139,185); }
H1.HeaderClassName
{
color: #DD8BB9;
}
.AnyTagClassName
{
color: #DD8BB9;
}
</style>
background-color css
<style>
a { background-color: #DD8BB9; }
a { background-color: rgb(221,139,185); }
div.DivClassName
{
background-color: #DD8BB9;
}
.BgClassName
{
background-color: #DD8BB9;
}
</style>
border-color css
<style>
span { border-color: #DD8BB9; }
span { border-color: rgb(221,139,185); }
td.TdClassName
{
border-color: #DD8BB9;
}
.TagClassName
{
border-color: #DD8BB9;
}
</style>