Shades of Kobi #D986B0
Tints of Kobi #D986B0
RGB
CMYK
RGB Variations
Color information
#D986B0 (or 0xD986B0) is known color: Kobi. HEX triplet: D9, 86 and B0. RGB value is (217,134,176). Sum of RGB (Red+Green+Blue) = 217+134+176=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D986B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D986B0 is #26794F. Grayscale: #A3A3A3. Windows color (decimal): -2521424 or 11568857. OLE color: 11568857.
HSL color Cylindrical-coordinate representation of color #D986B0: hue angle of 329.64º 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 #D986B0 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 176 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.15 |
| HSL | 329.64º | 0.52% | 0.69% | - |
| HSV(B) | 329.64º | 0.38% | 0.85% | - |
| XYZ | 44.98 | 34.94 | 45.45 | - |
| YUV | 163.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 176 | 0 | 0.38 | 0.19 | 0.15 | 329.64 | 0.52 | 0.69 |
| Hex | D9 | 86 | B0 | 0 | 26 | 13 | F | 14A | 34 | 45 |
| Octal | 331 | 206 | 260 | 0 | 46 | 23 | 17 | 512 | 64 | 105 |
| Binary | 11011001 | 10000110 | 10110000 | 0 | 100110 | 10011 | 1111 | 101001010 | 110100 | 1000101 |
Color Harmonies of #D986B0
Complementary color
Monochromatic Colors of #D986B0
Black with #D986B0
Text Example
Text Example
White with #D986B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986B0; }
p { color: rgb(217,134,176); }
H1.HeaderClassName
{
color: #D986B0;
}
.AnyTagClassName
{
color: #D986B0;
}
</style>
background-color css
<style>
a { background-color: #D986B0; }
a { background-color: rgb(217,134,176); }
div.DivClassName
{
background-color: #D986B0;
}
.BgClassName
{
background-color: #D986B0;
}
</style>
border-color css
<style>
span { border-color: #D986B0; }
span { border-color: rgb(217,134,176); }
td.TdClassName
{
border-color: #D986B0;
}
.TagClassName
{
border-color: #D986B0;
}
</style>