Shades of Shocking #D88DBB
Tints of Shocking #D88DBB
RGB
CMYK
RGB Variations
Color information
#D88DBB (or 0xD88DBB) is known color: Shocking. HEX triplet: D8, 8D and BB. RGB value is (216,141,187). Sum of RGB (Red+Green+Blue) = 216+141+187=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DBB is #277244. Grayscale: #A8A8A8. Windows color (decimal): -2585157 or 12291544. OLE color: 12291544.
HSL color Cylindrical-coordinate representation of color #D88DBB: hue angle of 323.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88DBB is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 141 | 187 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.15 |
| HSL | 323.2º | 0.49% | 0.7% | - |
| HSV(B) | 323.2º | 0.35% | 0.85% | - |
| XYZ | 46.81 | 37.24 | 51.73 | - |
| YUV | 168.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 187 | 0 | 0.35 | 0.13 | 0.15 | 323.2 | 0.49 | 0.7 |
| Hex | D8 | 8D | BB | 0 | 23 | D | F | 143 | 31 | 46 |
| Octal | 330 | 215 | 273 | 0 | 43 | 15 | 17 | 503 | 61 | 106 |
| Binary | 11011000 | 10001101 | 10111011 | 0 | 100011 | 1101 | 1111 | 101000011 | 110001 | 1000110 |
Color Harmonies of #D88DBB
Complementary color
Monochromatic Colors of #D88DBB
Black with #D88DBB
Text Example
Text Example
White with #D88DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88DBB; }
p { color: rgb(216,141,187); }
H1.HeaderClassName
{
color: #D88DBB;
}
.AnyTagClassName
{
color: #D88DBB;
}
</style>
background-color css
<style>
a { background-color: #D88DBB; }
a { background-color: rgb(216,141,187); }
div.DivClassName
{
background-color: #D88DBB;
}
.BgClassName
{
background-color: #D88DBB;
}
</style>
border-color css
<style>
span { border-color: #D88DBB; }
span { border-color: rgb(216,141,187); }
td.TdClassName
{
border-color: #D88DBB;
}
.TagClassName
{
border-color: #D88DBB;
}
</style>