Shades of Kobi #D18FA9
Tints of Kobi #D18FA9
RGB
CMYK
RGB Variations
Color information
#D18FA9 (or 0xD18FA9) is known color: Kobi. HEX triplet: D1, 8F and A9. RGB value is (209,143,169). Sum of RGB (Red+Green+Blue) = 209+143+169=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18FA9 is #2E7056. Grayscale: #A5A5A5. Windows color (decimal): -3043415 or 11112401. OLE color: 11112401.
HSL color Cylindrical-coordinate representation of color #D18FA9: hue angle of 336.36º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18FA9 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 169 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.18 |
| HSL | 336.36º | 0.42% | 0.69% | - |
| HSV(B) | 336.36º | 0.32% | 0.82% | - |
| XYZ | 43.28 | 36.06 | 42.22 | - |
| YUV | 165.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 169 | 0 | 0.32 | 0.19 | 0.18 | 336.36 | 0.42 | 0.69 |
| Hex | D1 | 8F | A9 | 0 | 20 | 13 | 12 | 150 | 2A | 45 |
| Octal | 321 | 217 | 251 | 0 | 40 | 23 | 22 | 520 | 52 | 105 |
| Binary | 11010001 | 10001111 | 10101001 | 0 | 100000 | 10011 | 10010 | 101010000 | 101010 | 1000101 |
Color Harmonies of #D18FA9
Complementary color
Monochromatic Colors of #D18FA9
Black with #D18FA9
Text Example
Text Example
White with #D18FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FA9; }
p { color: rgb(209,143,169); }
H1.HeaderClassName
{
color: #D18FA9;
}
.AnyTagClassName
{
color: #D18FA9;
}
</style>
background-color css
<style>
a { background-color: #D18FA9; }
a { background-color: rgb(209,143,169); }
div.DivClassName
{
background-color: #D18FA9;
}
.BgClassName
{
background-color: #D18FA9;
}
</style>
border-color css
<style>
span { border-color: #D18FA9; }
span { border-color: rgb(209,143,169); }
td.TdClassName
{
border-color: #D18FA9;
}
.TagClassName
{
border-color: #D18FA9;
}
</style>