Shades of Kobi #D87FAC
Tints of Kobi #D87FAC
RGB
CMYK
RGB Variations
Color information
#D87FAC (or 0xD87FAC) is known color: Kobi. HEX triplet: D8, 7F and AC. RGB value is (216,127,172). Sum of RGB (Red+Green+Blue) = 216+127+172=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87FAC is #278053. Grayscale: #9E9E9E. Windows color (decimal): -2588756 or 11304920. OLE color: 11304920.
HSL color Cylindrical-coordinate representation of color #D87FAC: hue angle of 329.66º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87FAC is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 172 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.15 |
| HSL | 329.66º | 0.53% | 0.67% | - |
| HSV(B) | 329.66º | 0.41% | 0.85% | - |
| XYZ | 43.35 | 32.76 | 43.07 | - |
| YUV | 158.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 172 | 0 | 0.41 | 0.20 | 0.15 | 329.66 | 0.53 | 0.67 |
| Hex | D8 | 7F | AC | 0 | 29 | 14 | F | 14A | 35 | 43 |
| Octal | 330 | 177 | 254 | 0 | 51 | 24 | 17 | 512 | 65 | 103 |
| Binary | 11011000 | 1111111 | 10101100 | 0 | 101001 | 10100 | 1111 | 101001010 | 110101 | 1000011 |
Color Harmonies of #D87FAC
Complementary color
Monochromatic Colors of #D87FAC
Black with #D87FAC
Text Example
Text Example
White with #D87FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FAC; }
p { color: rgb(216,127,172); }
H1.HeaderClassName
{
color: #D87FAC;
}
.AnyTagClassName
{
color: #D87FAC;
}
</style>
background-color css
<style>
a { background-color: #D87FAC; }
a { background-color: rgb(216,127,172); }
div.DivClassName
{
background-color: #D87FAC;
}
.BgClassName
{
background-color: #D87FAC;
}
</style>
border-color css
<style>
span { border-color: #D87FAC; }
span { border-color: rgb(216,127,172); }
td.TdClassName
{
border-color: #D87FAC;
}
.TagClassName
{
border-color: #D87FAC;
}
</style>