Shades of Kobi #D987A5
Tints of Kobi #D987A5
RGB
CMYK
RGB Variations
Color information
#D987A5 (or 0xD987A5) is known color: Kobi. HEX triplet: D9, 87 and A5. RGB value is (217,135,165). Sum of RGB (Red+Green+Blue) = 217+135+165=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D987A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D987A5 is #26785A. Grayscale: #A2A2A2. Windows color (decimal): -2521179 or 10848217. OLE color: 10848217.
HSL color Cylindrical-coordinate representation of color #D987A5: hue angle of 338.05º 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 #D987A5 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 165 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.15 |
| HSL | 338.05º | 0.52% | 0.69% | - |
| HSV(B) | 338.05º | 0.38% | 0.85% | - |
| XYZ | 44.07 | 34.8 | 39.99 | - |
| YUV | 162.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 165 | 0 | 0.38 | 0.24 | 0.15 | 338.05 | 0.52 | 0.69 |
| Hex | D9 | 87 | A5 | 0 | 26 | 18 | F | 152 | 34 | 45 |
| Octal | 331 | 207 | 245 | 0 | 46 | 30 | 17 | 522 | 64 | 105 |
| Binary | 11011001 | 10000111 | 10100101 | 0 | 100110 | 11000 | 1111 | 101010010 | 110100 | 1000101 |
Color Harmonies of #D987A5
Complementary color
Monochromatic Colors of #D987A5
Black with #D987A5
Text Example
Text Example
White with #D987A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987A5; }
p { color: rgb(217,135,165); }
H1.HeaderClassName
{
color: #D987A5;
}
.AnyTagClassName
{
color: #D987A5;
}
</style>
background-color css
<style>
a { background-color: #D987A5; }
a { background-color: rgb(217,135,165); }
div.DivClassName
{
background-color: #D987A5;
}
.BgClassName
{
background-color: #D987A5;
}
</style>
border-color css
<style>
span { border-color: #D987A5; }
span { border-color: rgb(217,135,165); }
td.TdClassName
{
border-color: #D987A5;
}
.TagClassName
{
border-color: #D987A5;
}
</style>