Shades of Kobi #D87AAF
Tints of Kobi #D87AAF
RGB
CMYK
RGB Variations
Color information
#D87AAF (or 0xD87AAF) is known color: Kobi. HEX triplet: D8, 7A and AF. RGB value is (216,122,175). Sum of RGB (Red+Green+Blue) = 216+122+175=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87AAF is #278550. Grayscale: #9C9C9C. Windows color (decimal): -2590033 or 11500248. OLE color: 11500248.
HSL color Cylindrical-coordinate representation of color #D87AAF: hue angle of 326.17º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87AAF is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 175 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.15 |
| HSL | 326.17º | 0.55% | 0.66% | - |
| HSV(B) | 326.17º | 0.44% | 0.85% | - |
| XYZ | 43.02 | 31.61 | 44.39 | - |
| YUV | 156.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 175 | 0 | 0.44 | 0.19 | 0.15 | 326.17 | 0.55 | 0.66 |
| Hex | D8 | 7A | AF | 0 | 2C | 13 | F | 146 | 37 | 42 |
| Octal | 330 | 172 | 257 | 0 | 54 | 23 | 17 | 506 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10101111 | 0 | 101100 | 10011 | 1111 | 101000110 | 110111 | 1000010 |
Color Harmonies of #D87AAF
Complementary color
Monochromatic Colors of #D87AAF
Black with #D87AAF
Text Example
Text Example
White with #D87AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87AAF; }
p { color: rgb(216,122,175); }
H1.HeaderClassName
{
color: #D87AAF;
}
.AnyTagClassName
{
color: #D87AAF;
}
</style>
background-color css
<style>
a { background-color: #D87AAF; }
a { background-color: rgb(216,122,175); }
div.DivClassName
{
background-color: #D87AAF;
}
.BgClassName
{
background-color: #D87AAF;
}
</style>
border-color css
<style>
span { border-color: #D87AAF; }
span { border-color: rgb(216,122,175); }
td.TdClassName
{
border-color: #D87AAF;
}
.TagClassName
{
border-color: #D87AAF;
}
</style>