Shades of Shocking #D889BB
Tints of Shocking #D889BB
RGB
CMYK
RGB Variations
Color information
#D889BB (or 0xD889BB) is known color: Shocking. HEX triplet: D8, 89 and BB. RGB value is (216,137,187). Sum of RGB (Red+Green+Blue) = 216+137+187=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D889BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889BB is #277644. Grayscale: #A6A6A6. Windows color (decimal): -2586181 or 12290520. OLE color: 12290520.
HSL color Cylindrical-coordinate representation of color #D889BB: hue angle of 322.03º degrees, saturation: 0.5, 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 #D889BB is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 187 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.15 |
| HSL | 322.03º | 0.5% | 0.69% | - |
| HSV(B) | 322.03º | 0.37% | 0.85% | - |
| XYZ | 46.23 | 36.08 | 51.54 | - |
| YUV | 166.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 187 | 0 | 0.37 | 0.13 | 0.15 | 322.03 | 0.5 | 0.69 |
| Hex | D8 | 89 | BB | 0 | 25 | D | F | 142 | 32 | 45 |
| Octal | 330 | 211 | 273 | 0 | 45 | 15 | 17 | 502 | 62 | 105 |
| Binary | 11011000 | 10001001 | 10111011 | 0 | 100101 | 1101 | 1111 | 101000010 | 110010 | 1000101 |
Color Harmonies of #D889BB
Complementary color
Monochromatic Colors of #D889BB
Black with #D889BB
Text Example
Text Example
White with #D889BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889BB; }
p { color: rgb(216,137,187); }
H1.HeaderClassName
{
color: #D889BB;
}
.AnyTagClassName
{
color: #D889BB;
}
</style>
background-color css
<style>
a { background-color: #D889BB; }
a { background-color: rgb(216,137,187); }
div.DivClassName
{
background-color: #D889BB;
}
.BgClassName
{
background-color: #D889BB;
}
</style>
border-color css
<style>
span { border-color: #D889BB; }
span { border-color: rgb(216,137,187); }
td.TdClassName
{
border-color: #D889BB;
}
.TagClassName
{
border-color: #D889BB;
}
</style>