Shades of Kobi #D87FB0
Tints of Kobi #D87FB0
RGB
CMYK
RGB Variations
Color information
#D87FB0 (or 0xD87FB0) is known color: Kobi. HEX triplet: D8, 7F and B0. RGB value is (216,127,176). Sum of RGB (Red+Green+Blue) = 216+127+176=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87FB0 is #27804F. Grayscale: #9F9F9F. Windows color (decimal): -2588752 or 11567064. OLE color: 11567064.
HSL color Cylindrical-coordinate representation of color #D87FB0: hue angle of 326.97º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87FB0 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 176 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.15 |
| HSL | 326.97º | 0.53% | 0.67% | - |
| HSV(B) | 326.97º | 0.41% | 0.85% | - |
| XYZ | 43.74 | 32.91 | 45.12 | - |
| YUV | 159.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 176 | 0 | 0.41 | 0.19 | 0.15 | 326.97 | 0.53 | 0.67 |
| Hex | D8 | 7F | B0 | 0 | 29 | 13 | F | 147 | 35 | 43 |
| Octal | 330 | 177 | 260 | 0 | 51 | 23 | 17 | 507 | 65 | 103 |
| Binary | 11011000 | 1111111 | 10110000 | 0 | 101001 | 10011 | 1111 | 101000111 | 110101 | 1000011 |
Color Harmonies of #D87FB0
Complementary color
Monochromatic Colors of #D87FB0
Black with #D87FB0
Text Example
Text Example
White with #D87FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FB0; }
p { color: rgb(216,127,176); }
H1.HeaderClassName
{
color: #D87FB0;
}
.AnyTagClassName
{
color: #D87FB0;
}
</style>
background-color css
<style>
a { background-color: #D87FB0; }
a { background-color: rgb(216,127,176); }
div.DivClassName
{
background-color: #D87FB0;
}
.BgClassName
{
background-color: #D87FB0;
}
</style>
border-color css
<style>
span { border-color: #D87FB0; }
span { border-color: rgb(216,127,176); }
td.TdClassName
{
border-color: #D87FB0;
}
.TagClassName
{
border-color: #D87FB0;
}
</style>