Shades of Kobi #D981AC
Tints of Kobi #D981AC
RGB
CMYK
RGB Variations
Color information
#D981AC (or 0xD981AC) is known color: Kobi. HEX triplet: D9, 81 and AC. RGB value is (217,129,172). Sum of RGB (Red+Green+Blue) = 217+129+172=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D981AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D981AC is #267E53. Grayscale: #A0A0A0. Windows color (decimal): -2522708 or 11305433. OLE color: 11305433.
HSL color Cylindrical-coordinate representation of color #D981AC: hue angle of 330.68º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D981AC is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 172 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.15 |
| HSL | 330.68º | 0.54% | 0.68% | - |
| HSV(B) | 330.68º | 0.41% | 0.85% | - |
| XYZ | 43.91 | 33.43 | 43.17 | - |
| YUV | 160.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 172 | 0 | 0.41 | 0.21 | 0.15 | 330.68 | 0.54 | 0.68 |
| Hex | D9 | 81 | AC | 0 | 29 | 15 | F | 14B | 36 | 44 |
| Octal | 331 | 201 | 254 | 0 | 51 | 25 | 17 | 513 | 66 | 104 |
| Binary | 11011001 | 10000001 | 10101100 | 0 | 101001 | 10101 | 1111 | 101001011 | 110110 | 1000100 |
Color Harmonies of #D981AC
Complementary color
Monochromatic Colors of #D981AC
Black with #D981AC
Text Example
Text Example
White with #D981AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981AC; }
p { color: rgb(217,129,172); }
H1.HeaderClassName
{
color: #D981AC;
}
.AnyTagClassName
{
color: #D981AC;
}
</style>
background-color css
<style>
a { background-color: #D981AC; }
a { background-color: rgb(217,129,172); }
div.DivClassName
{
background-color: #D981AC;
}
.BgClassName
{
background-color: #D981AC;
}
</style>
border-color css
<style>
span { border-color: #D981AC; }
span { border-color: rgb(217,129,172); }
td.TdClassName
{
border-color: #D981AC;
}
.TagClassName
{
border-color: #D981AC;
}
</style>