Shades of Shocking #DD8BBB
Tints of Shocking #DD8BBB
RGB
CMYK
RGB Variations
Color information
#DD8BBB (or 0xDD8BBB) is known color: Shocking. HEX triplet: DD, 8B and BB. RGB value is (221,139,187). Sum of RGB (Red+Green+Blue) = 221+139+187=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BBB is #227444. Grayscale: #A8A8A8. Windows color (decimal): -2257989 or 12291037. OLE color: 12291037.
HSL color Cylindrical-coordinate representation of color #DD8BBB: hue angle of 324.88º 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 #DD8BBB is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 187 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.13 |
| HSL | 324.88º | 0.55% | 0.71% | - |
| HSV(B) | 324.88º | 0.37% | 0.87% | - |
| XYZ | 48.02 | 37.43 | 51.71 | - |
| YUV | 168.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 187 | 0 | 0.37 | 0.15 | 0.13 | 324.88 | 0.55 | 0.71 |
| Hex | DD | 8B | BB | 0 | 25 | F | D | 145 | 37 | 47 |
| Octal | 335 | 213 | 273 | 0 | 45 | 17 | 15 | 505 | 67 | 107 |
| Binary | 11011101 | 10001011 | 10111011 | 0 | 100101 | 1111 | 1101 | 101000101 | 110111 | 1000111 |
Color Harmonies of #DD8BBB
Complementary color
Monochromatic Colors of #DD8BBB
Black with #DD8BBB
Text Example
Text Example
White with #DD8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BBB; }
p { color: rgb(221,139,187); }
H1.HeaderClassName
{
color: #DD8BBB;
}
.AnyTagClassName
{
color: #DD8BBB;
}
</style>
background-color css
<style>
a { background-color: #DD8BBB; }
a { background-color: rgb(221,139,187); }
div.DivClassName
{
background-color: #DD8BBB;
}
.BgClassName
{
background-color: #DD8BBB;
}
</style>
border-color css
<style>
span { border-color: #DD8BBB; }
span { border-color: rgb(221,139,187); }
td.TdClassName
{
border-color: #DD8BBB;
}
.TagClassName
{
border-color: #DD8BBB;
}
</style>