Shades of Kobi #D87DAB
Tints of Kobi #D87DAB
RGB
CMYK
RGB Variations
Color information
#D87DAB (or 0xD87DAB) is known color: Kobi. HEX triplet: D8, 7D and AB. RGB value is (216,125,171). Sum of RGB (Red+Green+Blue) = 216+125+171=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DAB is #278254. Grayscale: #9D9D9D. Windows color (decimal): -2589269 or 11238872. OLE color: 11238872.
HSL color Cylindrical-coordinate representation of color #D87DAB: hue angle of 329.67º 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 #D87DAB is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 171 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.15 |
| HSL | 329.67º | 0.54% | 0.67% | - |
| HSV(B) | 329.67º | 0.42% | 0.85% | - |
| XYZ | 43 | 32.21 | 42.48 | - |
| YUV | 157.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 171 | 0 | 0.42 | 0.21 | 0.15 | 329.67 | 0.54 | 0.67 |
| Hex | D8 | 7D | AB | 0 | 2A | 15 | F | 14A | 36 | 43 |
| Octal | 330 | 175 | 253 | 0 | 52 | 25 | 17 | 512 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10101011 | 0 | 101010 | 10101 | 1111 | 101001010 | 110110 | 1000011 |
Color Harmonies of #D87DAB
Complementary color
Monochromatic Colors of #D87DAB
Black with #D87DAB
Text Example
Text Example
White with #D87DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DAB; }
p { color: rgb(216,125,171); }
H1.HeaderClassName
{
color: #D87DAB;
}
.AnyTagClassName
{
color: #D87DAB;
}
</style>
background-color css
<style>
a { background-color: #D87DAB; }
a { background-color: rgb(216,125,171); }
div.DivClassName
{
background-color: #D87DAB;
}
.BgClassName
{
background-color: #D87DAB;
}
</style>
border-color css
<style>
span { border-color: #D87DAB; }
span { border-color: rgb(216,125,171); }
td.TdClassName
{
border-color: #D87DAB;
}
.TagClassName
{
border-color: #D87DAB;
}
</style>