Shades of Kobi #D87CAF
Tints of Kobi #D87CAF
RGB
CMYK
RGB Variations
Color information
#D87CAF (or 0xD87CAF) is known color: Kobi. HEX triplet: D8, 7C and AF. RGB value is (216,124,175). Sum of RGB (Red+Green+Blue) = 216+124+175=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CAF is #278350. Grayscale: #9D9D9D. Windows color (decimal): -2589521 or 11500760. OLE color: 11500760.
HSL color Cylindrical-coordinate representation of color #D87CAF: hue angle of 326.74º 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 #D87CAF is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 175 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.15 |
| HSL | 326.74º | 0.54% | 0.67% | - |
| HSV(B) | 326.74º | 0.43% | 0.85% | - |
| XYZ | 43.26 | 32.11 | 44.47 | - |
| YUV | 157.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 175 | 0 | 0.43 | 0.19 | 0.15 | 326.74 | 0.54 | 0.67 |
| Hex | D8 | 7C | AF | 0 | 2B | 13 | F | 147 | 36 | 43 |
| Octal | 330 | 174 | 257 | 0 | 53 | 23 | 17 | 507 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10101111 | 0 | 101011 | 10011 | 1111 | 101000111 | 110110 | 1000011 |
Color Harmonies of #D87CAF
Complementary color
Monochromatic Colors of #D87CAF
Black with #D87CAF
Text Example
Text Example
White with #D87CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CAF; }
p { color: rgb(216,124,175); }
H1.HeaderClassName
{
color: #D87CAF;
}
.AnyTagClassName
{
color: #D87CAF;
}
</style>
background-color css
<style>
a { background-color: #D87CAF; }
a { background-color: rgb(216,124,175); }
div.DivClassName
{
background-color: #D87CAF;
}
.BgClassName
{
background-color: #D87CAF;
}
</style>
border-color css
<style>
span { border-color: #D87CAF; }
span { border-color: rgb(216,124,175); }
td.TdClassName
{
border-color: #D87CAF;
}
.TagClassName
{
border-color: #D87CAF;
}
</style>