Shades of Kobi #D87DA8
Tints of Kobi #D87DA8
RGB
CMYK
RGB Variations
Color information
#D87DA8 (or 0xD87DA8) is known color: Kobi. HEX triplet: D8, 7D and A8. RGB value is (216,125,168). Sum of RGB (Red+Green+Blue) = 216+125+168=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DA8 is #278257. Grayscale: #9D9D9D. Windows color (decimal): -2589272 or 11042264. OLE color: 11042264.
HSL color Cylindrical-coordinate representation of color #D87DA8: hue angle of 331.65º 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 #D87DA8 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 168 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.15 |
| HSL | 331.65º | 0.54% | 0.67% | - |
| HSV(B) | 331.65º | 0.42% | 0.85% | - |
| XYZ | 42.72 | 32.09 | 40.99 | - |
| YUV | 157.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 168 | 0 | 0.42 | 0.22 | 0.15 | 331.65 | 0.54 | 0.67 |
| Hex | D8 | 7D | A8 | 0 | 2A | 16 | F | 14C | 36 | 43 |
| Octal | 330 | 175 | 250 | 0 | 52 | 26 | 17 | 514 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10101000 | 0 | 101010 | 10110 | 1111 | 101001100 | 110110 | 1000011 |
Color Harmonies of #D87DA8
Complementary color
Monochromatic Colors of #D87DA8
Black with #D87DA8
Text Example
Text Example
White with #D87DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DA8; }
p { color: rgb(216,125,168); }
H1.HeaderClassName
{
color: #D87DA8;
}
.AnyTagClassName
{
color: #D87DA8;
}
</style>
background-color css
<style>
a { background-color: #D87DA8; }
a { background-color: rgb(216,125,168); }
div.DivClassName
{
background-color: #D87DA8;
}
.BgClassName
{
background-color: #D87DA8;
}
</style>
border-color css
<style>
span { border-color: #D87DA8; }
span { border-color: rgb(216,125,168); }
td.TdClassName
{
border-color: #D87DA8;
}
.TagClassName
{
border-color: #D87DA8;
}
</style>