Shades of Kobi #D987AF
Tints of Kobi #D987AF
RGB
CMYK
RGB Variations
Color information
#D987AF (or 0xD987AF) is known color: Kobi. HEX triplet: D9, 87 and AF. RGB value is (217,135,175). Sum of RGB (Red+Green+Blue) = 217+135+175=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D987AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D987AF is #267850. Grayscale: #A4A4A4. Windows color (decimal): -2521169 or 11503577. OLE color: 11503577.
HSL color Cylindrical-coordinate representation of color #D987AF: hue angle of 330.73º 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 #D987AF is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 175 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.15 |
| HSL | 330.73º | 0.52% | 0.69% | - |
| HSV(B) | 330.73º | 0.38% | 0.85% | - |
| XYZ | 45.02 | 35.17 | 44.97 | - |
| YUV | 164.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 175 | 0 | 0.38 | 0.19 | 0.15 | 330.73 | 0.52 | 0.69 |
| Hex | D9 | 87 | AF | 0 | 26 | 13 | F | 14B | 34 | 45 |
| Octal | 331 | 207 | 257 | 0 | 46 | 23 | 17 | 513 | 64 | 105 |
| Binary | 11011001 | 10000111 | 10101111 | 0 | 100110 | 10011 | 1111 | 101001011 | 110100 | 1000101 |
Color Harmonies of #D987AF
Complementary color
Monochromatic Colors of #D987AF
Black with #D987AF
Text Example
Text Example
White with #D987AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987AF; }
p { color: rgb(217,135,175); }
H1.HeaderClassName
{
color: #D987AF;
}
.AnyTagClassName
{
color: #D987AF;
}
</style>
background-color css
<style>
a { background-color: #D987AF; }
a { background-color: rgb(217,135,175); }
div.DivClassName
{
background-color: #D987AF;
}
.BgClassName
{
background-color: #D987AF;
}
</style>
border-color css
<style>
span { border-color: #D987AF; }
span { border-color: rgb(217,135,175); }
td.TdClassName
{
border-color: #D987AF;
}
.TagClassName
{
border-color: #D987AF;
}
</style>