Shades of Kobi #D87CB0
Tints of Kobi #D87CB0
RGB
CMYK
RGB Variations
Color information
#D87CB0 (or 0xD87CB0) is known color: Kobi. HEX triplet: D8, 7C and B0. RGB value is (216,124,176). Sum of RGB (Red+Green+Blue) = 216+124+176=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CB0 is #27834F. Grayscale: #9D9D9D. Windows color (decimal): -2589520 or 11566296. OLE color: 11566296.
HSL color Cylindrical-coordinate representation of color #D87CB0: hue angle of 326.09º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87CB0 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 176 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.15 |
| HSL | 326.09º | 0.54% | 0.67% | - |
| HSV(B) | 326.09º | 0.43% | 0.85% | - |
| XYZ | 43.36 | 32.15 | 44.99 | - |
| YUV | 157.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 176 | 0 | 0.43 | 0.19 | 0.15 | 326.09 | 0.54 | 0.67 |
| Hex | D8 | 7C | B0 | 0 | 2B | 13 | F | 146 | 36 | 43 |
| Octal | 330 | 174 | 260 | 0 | 53 | 23 | 17 | 506 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10110000 | 0 | 101011 | 10011 | 1111 | 101000110 | 110110 | 1000011 |
Color Harmonies of #D87CB0
Complementary color
Monochromatic Colors of #D87CB0
Black with #D87CB0
Text Example
Text Example
White with #D87CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CB0; }
p { color: rgb(216,124,176); }
H1.HeaderClassName
{
color: #D87CB0;
}
.AnyTagClassName
{
color: #D87CB0;
}
</style>
background-color css
<style>
a { background-color: #D87CB0; }
a { background-color: rgb(216,124,176); }
div.DivClassName
{
background-color: #D87CB0;
}
.BgClassName
{
background-color: #D87CB0;
}
</style>
border-color css
<style>
span { border-color: #D87CB0; }
span { border-color: rgb(216,124,176); }
td.TdClassName
{
border-color: #D87CB0;
}
.TagClassName
{
border-color: #D87CB0;
}
</style>