Shades of Kobi #D99FAC
Tints of Kobi #D99FAC
RGB
CMYK
RGB Variations
Color information
#D99FAC (or 0xD99FAC) is known color: Kobi. HEX triplet: D9, 9F and AC. RGB value is (217,159,172). Sum of RGB (Red+Green+Blue) = 217+159+172=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99FAC is #266053. Grayscale: #B1B1B1. Windows color (decimal): -2515028 or 11313113. OLE color: 11313113.
HSL color Cylindrical-coordinate representation of color #D99FAC: hue angle of 346.55º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FAC is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 172 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.15 |
| HSL | 346.55º | 0.43% | 0.74% | - |
| HSV(B) | 346.55º | 0.27% | 0.85% | - |
| XYZ | 48.46 | 42.53 | 44.68 | - |
| YUV | 177.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 172 | 0 | 0.27 | 0.21 | 0.15 | 346.55 | 0.43 | 0.74 |
| Hex | D9 | 9F | AC | 0 | 1B | 15 | F | 15B | 2B | 4A |
| Octal | 331 | 237 | 254 | 0 | 33 | 25 | 17 | 533 | 53 | 112 |
| Binary | 11011001 | 10011111 | 10101100 | 0 | 11011 | 10101 | 1111 | 101011011 | 101011 | 1001010 |
Color Harmonies of #D99FAC
Complementary color
Monochromatic Colors of #D99FAC
Black with #D99FAC
Text Example
Text Example
White with #D99FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99FAC; }
p { color: rgb(217,159,172); }
H1.HeaderClassName
{
color: #D99FAC;
}
.AnyTagClassName
{
color: #D99FAC;
}
</style>
background-color css
<style>
a { background-color: #D99FAC; }
a { background-color: rgb(217,159,172); }
div.DivClassName
{
background-color: #D99FAC;
}
.BgClassName
{
background-color: #D99FAC;
}
</style>
border-color css
<style>
span { border-color: #D99FAC; }
span { border-color: rgb(217,159,172); }
td.TdClassName
{
border-color: #D99FAC;
}
.TagClassName
{
border-color: #D99FAC;
}
</style>