Shades of Kobi #D987A8
Tints of Kobi #D987A8
RGB
CMYK
RGB Variations
Color information
#D987A8 (or 0xD987A8) is known color: Kobi. HEX triplet: D9, 87 and A8. RGB value is (217,135,168). Sum of RGB (Red+Green+Blue) = 217+135+168=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D987A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D987A8 is #267857. Grayscale: #A3A3A3. Windows color (decimal): -2521176 or 11044825. OLE color: 11044825.
HSL color Cylindrical-coordinate representation of color #D987A8: hue angle of 335.85º 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 #D987A8 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 168 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.15 |
| HSL | 335.85º | 0.52% | 0.69% | - |
| HSV(B) | 335.85º | 0.38% | 0.85% | - |
| XYZ | 44.35 | 34.91 | 41.45 | - |
| YUV | 163.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 168 | 0 | 0.38 | 0.23 | 0.15 | 335.85 | 0.52 | 0.69 |
| Hex | D9 | 87 | A8 | 0 | 26 | 17 | F | 150 | 34 | 45 |
| Octal | 331 | 207 | 250 | 0 | 46 | 27 | 17 | 520 | 64 | 105 |
| Binary | 11011001 | 10000111 | 10101000 | 0 | 100110 | 10111 | 1111 | 101010000 | 110100 | 1000101 |
Color Harmonies of #D987A8
Complementary color
Monochromatic Colors of #D987A8
Black with #D987A8
Text Example
Text Example
White with #D987A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987A8; }
p { color: rgb(217,135,168); }
H1.HeaderClassName
{
color: #D987A8;
}
.AnyTagClassName
{
color: #D987A8;
}
</style>
background-color css
<style>
a { background-color: #D987A8; }
a { background-color: rgb(217,135,168); }
div.DivClassName
{
background-color: #D987A8;
}
.BgClassName
{
background-color: #D987A8;
}
</style>
border-color css
<style>
span { border-color: #D987A8; }
span { border-color: rgb(217,135,168); }
td.TdClassName
{
border-color: #D987A8;
}
.TagClassName
{
border-color: #D987A8;
}
</style>