Shades of Kobi #D986AC
Tints of Kobi #D986AC
RGB
CMYK
RGB Variations
Color information
#D986AC (or 0xD986AC) is known color: Kobi. HEX triplet: D9, 86 and AC. RGB value is (217,134,172). Sum of RGB (Red+Green+Blue) = 217+134+172=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D986AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D986AC is #267953. Grayscale: #A3A3A3. Windows color (decimal): -2521428 or 11306713. OLE color: 11306713.
HSL color Cylindrical-coordinate representation of color #D986AC: hue angle of 332.53º 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 #D986AC is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 172 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.15 |
| HSL | 332.53º | 0.52% | 0.69% | - |
| HSV(B) | 332.53º | 0.38% | 0.85% | - |
| XYZ | 44.59 | 34.78 | 43.39 | - |
| YUV | 163.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 172 | 0 | 0.38 | 0.21 | 0.15 | 332.53 | 0.52 | 0.69 |
| Hex | D9 | 86 | AC | 0 | 26 | 15 | F | 14D | 34 | 45 |
| Octal | 331 | 206 | 254 | 0 | 46 | 25 | 17 | 515 | 64 | 105 |
| Binary | 11011001 | 10000110 | 10101100 | 0 | 100110 | 10101 | 1111 | 101001101 | 110100 | 1000101 |
Color Harmonies of #D986AC
Complementary color
Monochromatic Colors of #D986AC
Black with #D986AC
Text Example
Text Example
White with #D986AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986AC; }
p { color: rgb(217,134,172); }
H1.HeaderClassName
{
color: #D986AC;
}
.AnyTagClassName
{
color: #D986AC;
}
</style>
background-color css
<style>
a { background-color: #D986AC; }
a { background-color: rgb(217,134,172); }
div.DivClassName
{
background-color: #D986AC;
}
.BgClassName
{
background-color: #D986AC;
}
</style>
border-color css
<style>
span { border-color: #D986AC; }
span { border-color: rgb(217,134,172); }
td.TdClassName
{
border-color: #D986AC;
}
.TagClassName
{
border-color: #D986AC;
}
</style>