Shades of Kobi #D87CA9
Tints of Kobi #D87CA9
RGB
CMYK
RGB Variations
Color information
#D87CA9 (or 0xD87CA9) is known color: Kobi. HEX triplet: D8, 7C and A9. RGB value is (216,124,169). Sum of RGB (Red+Green+Blue) = 216+124+169=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CA9 is #278356. Grayscale: #9C9C9C. Windows color (decimal): -2589527 or 11107544. OLE color: 11107544.
HSL color Cylindrical-coordinate representation of color #D87CA9: hue angle of 330.65º 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 #D87CA9 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 169 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.15 |
| HSL | 330.65º | 0.54% | 0.67% | - |
| HSV(B) | 330.65º | 0.43% | 0.85% | - |
| XYZ | 42.69 | 31.88 | 41.44 | - |
| YUV | 156.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 169 | 0 | 0.43 | 0.22 | 0.15 | 330.65 | 0.54 | 0.67 |
| Hex | D8 | 7C | A9 | 0 | 2B | 16 | F | 14B | 36 | 43 |
| Octal | 330 | 174 | 251 | 0 | 53 | 26 | 17 | 513 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10101001 | 0 | 101011 | 10110 | 1111 | 101001011 | 110110 | 1000011 |
Color Harmonies of #D87CA9
Complementary color
Monochromatic Colors of #D87CA9
Black with #D87CA9
Text Example
Text Example
White with #D87CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CA9; }
p { color: rgb(216,124,169); }
H1.HeaderClassName
{
color: #D87CA9;
}
.AnyTagClassName
{
color: #D87CA9;
}
</style>
background-color css
<style>
a { background-color: #D87CA9; }
a { background-color: rgb(216,124,169); }
div.DivClassName
{
background-color: #D87CA9;
}
.BgClassName
{
background-color: #D87CA9;
}
</style>
border-color css
<style>
span { border-color: #D87CA9; }
span { border-color: rgb(216,124,169); }
td.TdClassName
{
border-color: #D87CA9;
}
.TagClassName
{
border-color: #D87CA9;
}
</style>