Shades of Shocking #D888BA
Tints of Shocking #D888BA
RGB
CMYK
RGB Variations
Color information
#D888BA (or 0xD888BA) is known color: Shocking. HEX triplet: D8, 88 and BA. RGB value is (216,136,186). Sum of RGB (Red+Green+Blue) = 216+136+186=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D888BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888BA is #277745. Grayscale: #A5A5A5. Windows color (decimal): -2586438 or 12224728. OLE color: 12224728.
HSL color Cylindrical-coordinate representation of color #D888BA: hue angle of 322.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D888BA is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 186 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.15 |
| HSL | 322.5º | 0.51% | 0.69% | - |
| HSV(B) | 322.5º | 0.37% | 0.85% | - |
| XYZ | 45.99 | 35.75 | 50.93 | - |
| YUV | 165.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 186 | 0 | 0.37 | 0.14 | 0.15 | 322.5 | 0.51 | 0.69 |
| Hex | D8 | 88 | BA | 0 | 25 | E | F | 142 | 33 | 45 |
| Octal | 330 | 210 | 272 | 0 | 45 | 16 | 17 | 502 | 63 | 105 |
| Binary | 11011000 | 10001000 | 10111010 | 0 | 100101 | 1110 | 1111 | 101000010 | 110011 | 1000101 |
Color Harmonies of #D888BA
Complementary color
Monochromatic Colors of #D888BA
Black with #D888BA
Text Example
Text Example
White with #D888BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D888BA; }
p { color: rgb(216,136,186); }
H1.HeaderClassName
{
color: #D888BA;
}
.AnyTagClassName
{
color: #D888BA;
}
</style>
background-color css
<style>
a { background-color: #D888BA; }
a { background-color: rgb(216,136,186); }
div.DivClassName
{
background-color: #D888BA;
}
.BgClassName
{
background-color: #D888BA;
}
</style>
border-color css
<style>
span { border-color: #D888BA; }
span { border-color: rgb(216,136,186); }
td.TdClassName
{
border-color: #D888BA;
}
.TagClassName
{
border-color: #D888BA;
}
</style>