Shades of Shocking #D88DB8
Tints of Shocking #D88DB8
RGB
CMYK
RGB Variations
Color information
#D88DB8 (or 0xD88DB8) is known color: Shocking. HEX triplet: D8, 8D and B8. RGB value is (216,141,184). Sum of RGB (Red+Green+Blue) = 216+141+184=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DB8 is #277247. Grayscale: #A8A8A8. Windows color (decimal): -2585160 or 12094936. OLE color: 12094936.
HSL color Cylindrical-coordinate representation of color #D88DB8: hue angle of 325.6º 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 #D88DB8 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 141 | 184 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.15 |
| HSL | 325.6º | 0.49% | 0.7% | - |
| HSV(B) | 325.6º | 0.35% | 0.85% | - |
| XYZ | 46.5 | 37.11 | 50.06 | - |
| YUV | 168.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 184 | 0 | 0.35 | 0.15 | 0.15 | 325.6 | 0.49 | 0.7 |
| Hex | D8 | 8D | B8 | 0 | 23 | F | F | 146 | 31 | 46 |
| Octal | 330 | 215 | 270 | 0 | 43 | 17 | 17 | 506 | 61 | 106 |
| Binary | 11011000 | 10001101 | 10111000 | 0 | 100011 | 1111 | 1111 | 101000110 | 110001 | 1000110 |
Color Harmonies of #D88DB8
Complementary color
Monochromatic Colors of #D88DB8
Black with #D88DB8
Text Example
Text Example
White with #D88DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88DB8; }
p { color: rgb(216,141,184); }
H1.HeaderClassName
{
color: #D88DB8;
}
.AnyTagClassName
{
color: #D88DB8;
}
</style>
background-color css
<style>
a { background-color: #D88DB8; }
a { background-color: rgb(216,141,184); }
div.DivClassName
{
background-color: #D88DB8;
}
.BgClassName
{
background-color: #D88DB8;
}
</style>
border-color css
<style>
span { border-color: #D88DB8; }
span { border-color: rgb(216,141,184); }
td.TdClassName
{
border-color: #D88DB8;
}
.TagClassName
{
border-color: #D88DB8;
}
</style>