Shades of Shocking #D889BE
Tints of Shocking #D889BE
RGB
CMYK
RGB Variations
Color information
#D889BE (or 0xD889BE) is known color: Shocking. HEX triplet: D8, 89 and BE. RGB value is (216,137,190). Sum of RGB (Red+Green+Blue) = 216+137+190=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D889BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889BE is #277641. Grayscale: #A6A6A6. Windows color (decimal): -2586178 or 12487128. OLE color: 12487128.
HSL color Cylindrical-coordinate representation of color #D889BE: hue angle of 319.75º 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 #D889BE is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 190 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.15 |
| HSL | 319.75º | 0.5% | 0.69% | - |
| HSV(B) | 319.75º | 0.37% | 0.85% | - |
| XYZ | 46.56 | 36.21 | 53.25 | - |
| YUV | 166.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 190 | 0 | 0.37 | 0.12 | 0.15 | 319.75 | 0.5 | 0.69 |
| Hex | D8 | 89 | BE | 0 | 25 | C | F | 140 | 32 | 45 |
| Octal | 330 | 211 | 276 | 0 | 45 | 14 | 17 | 500 | 62 | 105 |
| Binary | 11011000 | 10001001 | 10111110 | 0 | 100101 | 1100 | 1111 | 101000000 | 110010 | 1000101 |
Color Harmonies of #D889BE
Complementary color
Monochromatic Colors of #D889BE
Black with #D889BE
Text Example
Text Example
White with #D889BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889BE; }
p { color: rgb(216,137,190); }
H1.HeaderClassName
{
color: #D889BE;
}
.AnyTagClassName
{
color: #D889BE;
}
</style>
background-color css
<style>
a { background-color: #D889BE; }
a { background-color: rgb(216,137,190); }
div.DivClassName
{
background-color: #D889BE;
}
.BgClassName
{
background-color: #D889BE;
}
</style>
border-color css
<style>
span { border-color: #D889BE; }
span { border-color: rgb(216,137,190); }
td.TdClassName
{
border-color: #D889BE;
}
.TagClassName
{
border-color: #D889BE;
}
</style>