Shades of Kobi #D87DB0
Tints of Kobi #D87DB0
RGB
CMYK
RGB Variations
Color information
#D87DB0 (or 0xD87DB0) is known color: Kobi. HEX triplet: D8, 7D and B0. RGB value is (216,125,176). Sum of RGB (Red+Green+Blue) = 216+125+176=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DB0 is #27824F. Grayscale: #9D9D9D. Windows color (decimal): -2589264 or 11566552. OLE color: 11566552.
HSL color Cylindrical-coordinate representation of color #D87DB0: hue angle of 326.37º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87DB0 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 176 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.15 |
| HSL | 326.37º | 0.54% | 0.67% | - |
| HSV(B) | 326.37º | 0.42% | 0.85% | - |
| XYZ | 43.49 | 32.4 | 45.04 | - |
| YUV | 158.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 176 | 0 | 0.42 | 0.19 | 0.15 | 326.37 | 0.54 | 0.67 |
| Hex | D8 | 7D | B0 | 0 | 2A | 13 | F | 146 | 36 | 43 |
| Octal | 330 | 175 | 260 | 0 | 52 | 23 | 17 | 506 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10110000 | 0 | 101010 | 10011 | 1111 | 101000110 | 110110 | 1000011 |
Color Harmonies of #D87DB0
Complementary color
Monochromatic Colors of #D87DB0
Black with #D87DB0
Text Example
Text Example
White with #D87DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DB0; }
p { color: rgb(216,125,176); }
H1.HeaderClassName
{
color: #D87DB0;
}
.AnyTagClassName
{
color: #D87DB0;
}
</style>
background-color css
<style>
a { background-color: #D87DB0; }
a { background-color: rgb(216,125,176); }
div.DivClassName
{
background-color: #D87DB0;
}
.BgClassName
{
background-color: #D87DB0;
}
</style>
border-color css
<style>
span { border-color: #D87DB0; }
span { border-color: rgb(216,125,176); }
td.TdClassName
{
border-color: #D87DB0;
}
.TagClassName
{
border-color: #D87DB0;
}
</style>