Shades of Shocking #DD88BB
Tints of Shocking #DD88BB
RGB
CMYK
RGB Variations
Color information
#DD88BB (or 0xDD88BB) is known color: Shocking. HEX triplet: DD, 88 and BB. RGB value is (221,136,187). Sum of RGB (Red+Green+Blue) = 221+136+187=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88BB is #227744. Grayscale: #A7A7A7. Windows color (decimal): -2258757 or 12290269. OLE color: 12290269.
HSL color Cylindrical-coordinate representation of color #DD88BB: hue angle of 324º degrees, saturation: 0.56, 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 #DD88BB is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 187 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.13 |
| HSL | 324º | 0.56% | 0.7% | - |
| HSV(B) | 324º | 0.38% | 0.87% | - |
| XYZ | 47.59 | 36.57 | 51.56 | - |
| YUV | 167.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 187 | 0 | 0.38 | 0.15 | 0.13 | 324 | 0.56 | 0.7 |
| Hex | DD | 88 | BB | 0 | 26 | F | D | 144 | 38 | 46 |
| Octal | 335 | 210 | 273 | 0 | 46 | 17 | 15 | 504 | 70 | 106 |
| Binary | 11011101 | 10001000 | 10111011 | 0 | 100110 | 1111 | 1101 | 101000100 | 111000 | 1000110 |
Color Harmonies of #DD88BB
Complementary color
Monochromatic Colors of #DD88BB
Black with #DD88BB
Text Example
Text Example
White with #DD88BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88BB; }
p { color: rgb(221,136,187); }
H1.HeaderClassName
{
color: #DD88BB;
}
.AnyTagClassName
{
color: #DD88BB;
}
</style>
background-color css
<style>
a { background-color: #DD88BB; }
a { background-color: rgb(221,136,187); }
div.DivClassName
{
background-color: #DD88BB;
}
.BgClassName
{
background-color: #DD88BB;
}
</style>
border-color css
<style>
span { border-color: #DD88BB; }
span { border-color: rgb(221,136,187); }
td.TdClassName
{
border-color: #DD88BB;
}
.TagClassName
{
border-color: #DD88BB;
}
</style>