Shades of Kobi #D87BAF
Tints of Kobi #D87BAF
RGB
CMYK
RGB Variations
Color information
#D87BAF (or 0xD87BAF) is known color: Kobi. HEX triplet: D8, 7B and AF. RGB value is (216,123,175). Sum of RGB (Red+Green+Blue) = 216+123+175=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BAF is #278450. Grayscale: #9C9C9C. Windows color (decimal): -2589777 or 11500504. OLE color: 11500504.
HSL color Cylindrical-coordinate representation of color #D87BAF: hue angle of 326.45º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BAF is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 175 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.15 |
| HSL | 326.45º | 0.54% | 0.66% | - |
| HSV(B) | 326.45º | 0.43% | 0.85% | - |
| XYZ | 43.14 | 31.86 | 44.43 | - |
| YUV | 156.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 175 | 0 | 0.43 | 0.19 | 0.15 | 326.45 | 0.54 | 0.66 |
| Hex | D8 | 7B | AF | 0 | 2B | 13 | F | 146 | 36 | 42 |
| Octal | 330 | 173 | 257 | 0 | 53 | 23 | 17 | 506 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10101111 | 0 | 101011 | 10011 | 1111 | 101000110 | 110110 | 1000010 |
Color Harmonies of #D87BAF
Complementary color
Monochromatic Colors of #D87BAF
Black with #D87BAF
Text Example
Text Example
White with #D87BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BAF; }
p { color: rgb(216,123,175); }
H1.HeaderClassName
{
color: #D87BAF;
}
.AnyTagClassName
{
color: #D87BAF;
}
</style>
background-color css
<style>
a { background-color: #D87BAF; }
a { background-color: rgb(216,123,175); }
div.DivClassName
{
background-color: #D87BAF;
}
.BgClassName
{
background-color: #D87BAF;
}
</style>
border-color css
<style>
span { border-color: #D87BAF; }
span { border-color: rgb(216,123,175); }
td.TdClassName
{
border-color: #D87BAF;
}
.TagClassName
{
border-color: #D87BAF;
}
</style>