Shades of Kobi #D87FA7
Tints of Kobi #D87FA7
RGB
CMYK
RGB Variations
Color information
#D87FA7 (or 0xD87FA7) is known color: Kobi. HEX triplet: D8, 7F and A7. RGB value is (216,127,167). Sum of RGB (Red+Green+Blue) = 216+127+167=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87FA7 is #278058. Grayscale: #9E9E9E. Windows color (decimal): -2588761 or 10977240. OLE color: 10977240.
HSL color Cylindrical-coordinate representation of color #D87FA7: hue angle of 333.03º 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 #D87FA7 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 167 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.15 |
| HSL | 333.03º | 0.53% | 0.67% | - |
| HSV(B) | 333.03º | 0.41% | 0.85% | - |
| XYZ | 42.88 | 32.57 | 40.59 | - |
| YUV | 158.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 167 | 0 | 0.41 | 0.23 | 0.15 | 333.03 | 0.53 | 0.67 |
| Hex | D8 | 7F | A7 | 0 | 29 | 17 | F | 14D | 35 | 43 |
| Octal | 330 | 177 | 247 | 0 | 51 | 27 | 17 | 515 | 65 | 103 |
| Binary | 11011000 | 1111111 | 10100111 | 0 | 101001 | 10111 | 1111 | 101001101 | 110101 | 1000011 |
Color Harmonies of #D87FA7
Complementary color
Monochromatic Colors of #D87FA7
Black with #D87FA7
Text Example
Text Example
White with #D87FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FA7; }
p { color: rgb(216,127,167); }
H1.HeaderClassName
{
color: #D87FA7;
}
.AnyTagClassName
{
color: #D87FA7;
}
</style>
background-color css
<style>
a { background-color: #D87FA7; }
a { background-color: rgb(216,127,167); }
div.DivClassName
{
background-color: #D87FA7;
}
.BgClassName
{
background-color: #D87FA7;
}
</style>
border-color css
<style>
span { border-color: #D87FA7; }
span { border-color: rgb(216,127,167); }
td.TdClassName
{
border-color: #D87FA7;
}
.TagClassName
{
border-color: #D87FA7;
}
</style>