Shades of Shocking #D88ABB
Tints of Shocking #D88ABB
RGB
CMYK
RGB Variations
Color information
#D88ABB (or 0xD88ABB) is known color: Shocking. HEX triplet: D8, 8A and BB. RGB value is (216,138,187). Sum of RGB (Red+Green+Blue) = 216+138+187=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ABB is #277544. Grayscale: #A6A6A6. Windows color (decimal): -2585925 or 12290776. OLE color: 12290776.
HSL color Cylindrical-coordinate representation of color #D88ABB: hue angle of 322.31º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88ABB is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 187 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.15 |
| HSL | 322.31º | 0.5% | 0.69% | - |
| HSV(B) | 322.31º | 0.36% | 0.85% | - |
| XYZ | 46.38 | 36.36 | 51.59 | - |
| YUV | 166.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 187 | 0 | 0.36 | 0.13 | 0.15 | 322.31 | 0.5 | 0.69 |
| Hex | D8 | 8A | BB | 0 | 24 | D | F | 142 | 32 | 45 |
| Octal | 330 | 212 | 273 | 0 | 44 | 15 | 17 | 502 | 62 | 105 |
| Binary | 11011000 | 10001010 | 10111011 | 0 | 100100 | 1101 | 1111 | 101000010 | 110010 | 1000101 |
Color Harmonies of #D88ABB
Complementary color
Monochromatic Colors of #D88ABB
Black with #D88ABB
Text Example
Text Example
White with #D88ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88ABB; }
p { color: rgb(216,138,187); }
H1.HeaderClassName
{
color: #D88ABB;
}
.AnyTagClassName
{
color: #D88ABB;
}
</style>
background-color css
<style>
a { background-color: #D88ABB; }
a { background-color: rgb(216,138,187); }
div.DivClassName
{
background-color: #D88ABB;
}
.BgClassName
{
background-color: #D88ABB;
}
</style>
border-color css
<style>
span { border-color: #D88ABB; }
span { border-color: rgb(216,138,187); }
td.TdClassName
{
border-color: #D88ABB;
}
.TagClassName
{
border-color: #D88ABB;
}
</style>