Shades of Kobi #D987AB
Tints of Kobi #D987AB
RGB
CMYK
RGB Variations
Color information
#D987AB (or 0xD987AB) is known color: Kobi. HEX triplet: D9, 87 and AB. RGB value is (217,135,171). Sum of RGB (Red+Green+Blue) = 217+135+171=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D987AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D987AB is #267854. Grayscale: #A3A3A3. Windows color (decimal): -2521173 or 11241433. OLE color: 11241433.
HSL color Cylindrical-coordinate representation of color #D987AB: hue angle of 333.66º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D987AB is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 171 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.15 |
| HSL | 333.66º | 0.52% | 0.69% | - |
| HSV(B) | 333.66º | 0.38% | 0.85% | - |
| XYZ | 44.63 | 35.02 | 42.94 | - |
| YUV | 163.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 171 | 0 | 0.38 | 0.21 | 0.15 | 333.66 | 0.52 | 0.69 |
| Hex | D9 | 87 | AB | 0 | 26 | 15 | F | 14E | 34 | 45 |
| Octal | 331 | 207 | 253 | 0 | 46 | 25 | 17 | 516 | 64 | 105 |
| Binary | 11011001 | 10000111 | 10101011 | 0 | 100110 | 10101 | 1111 | 101001110 | 110100 | 1000101 |
Color Harmonies of #D987AB
Complementary color
Monochromatic Colors of #D987AB
Black with #D987AB
Text Example
Text Example
White with #D987AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987AB; }
p { color: rgb(217,135,171); }
H1.HeaderClassName
{
color: #D987AB;
}
.AnyTagClassName
{
color: #D987AB;
}
</style>
background-color css
<style>
a { background-color: #D987AB; }
a { background-color: rgb(217,135,171); }
div.DivClassName
{
background-color: #D987AB;
}
.BgClassName
{
background-color: #D987AB;
}
</style>
border-color css
<style>
span { border-color: #D987AB; }
span { border-color: rgb(217,135,171); }
td.TdClassName
{
border-color: #D987AB;
}
.TagClassName
{
border-color: #D987AB;
}
</style>