Shades of Shocking #DD8DBB
Tints of Shocking #DD8DBB
RGB
CMYK
RGB Variations
Color information
#DD8DBB (or 0xDD8DBB) is known color: Shocking. HEX triplet: DD, 8D and BB. RGB value is (221,141,187). Sum of RGB (Red+Green+Blue) = 221+141+187=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DBB is #227244. Grayscale: #AAAAAA. Windows color (decimal): -2257477 or 12291549. OLE color: 12291549.
HSL color Cylindrical-coordinate representation of color #DD8DBB: hue angle of 325.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8DBB is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 187 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.13 |
| HSL | 325.5º | 0.54% | 0.71% | - |
| HSV(B) | 325.5º | 0.36% | 0.87% | - |
| XYZ | 48.31 | 38.01 | 51.8 | - |
| YUV | 170.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 187 | 0 | 0.36 | 0.15 | 0.13 | 325.5 | 0.54 | 0.71 |
| Hex | DD | 8D | BB | 0 | 24 | F | D | 146 | 36 | 47 |
| Octal | 335 | 215 | 273 | 0 | 44 | 17 | 15 | 506 | 66 | 107 |
| Binary | 11011101 | 10001101 | 10111011 | 0 | 100100 | 1111 | 1101 | 101000110 | 110110 | 1000111 |
Color Harmonies of #DD8DBB
Complementary color
Monochromatic Colors of #DD8DBB
Black with #DD8DBB
Text Example
Text Example
White with #DD8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DBB; }
p { color: rgb(221,141,187); }
H1.HeaderClassName
{
color: #DD8DBB;
}
.AnyTagClassName
{
color: #DD8DBB;
}
</style>
background-color css
<style>
a { background-color: #DD8DBB; }
a { background-color: rgb(221,141,187); }
div.DivClassName
{
background-color: #DD8DBB;
}
.BgClassName
{
background-color: #DD8DBB;
}
</style>
border-color css
<style>
span { border-color: #DD8DBB; }
span { border-color: rgb(221,141,187); }
td.TdClassName
{
border-color: #DD8DBB;
}
.TagClassName
{
border-color: #DD8DBB;
}
</style>