Shades of Kobi #D08FA9
Tints of Kobi #D08FA9
RGB
CMYK
RGB Variations
Color information
#D08FA9 (or 0xD08FA9) is known color: Kobi. HEX triplet: D0, 8F and A9. RGB value is (208,143,169). Sum of RGB (Red+Green+Blue) = 208+143+169=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08FA9 is #2F7056. Grayscale: #A5A5A5. Windows color (decimal): -3108951 or 11112400. OLE color: 11112400.
HSL color Cylindrical-coordinate representation of color #D08FA9: hue angle of 336º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08FA9 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 169 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.18 |
| HSL | 336º | 0.41% | 0.69% | - |
| HSV(B) | 336º | 0.31% | 0.82% | - |
| XYZ | 43 | 35.92 | 42.2 | - |
| YUV | 165.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 169 | 0 | 0.31 | 0.19 | 0.18 | 336 | 0.41 | 0.69 |
| Hex | D0 | 8F | A9 | 0 | 1F | 13 | 12 | 150 | 29 | 45 |
| Octal | 320 | 217 | 251 | 0 | 37 | 23 | 22 | 520 | 51 | 105 |
| Binary | 11010000 | 10001111 | 10101001 | 0 | 11111 | 10011 | 10010 | 101010000 | 101001 | 1000101 |
Color Harmonies of #D08FA9
Complementary color
Monochromatic Colors of #D08FA9
Black with #D08FA9
Text Example
Text Example
White with #D08FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FA9; }
p { color: rgb(208,143,169); }
H1.HeaderClassName
{
color: #D08FA9;
}
.AnyTagClassName
{
color: #D08FA9;
}
</style>
background-color css
<style>
a { background-color: #D08FA9; }
a { background-color: rgb(208,143,169); }
div.DivClassName
{
background-color: #D08FA9;
}
.BgClassName
{
background-color: #D08FA9;
}
</style>
border-color css
<style>
span { border-color: #D08FA9; }
span { border-color: rgb(208,143,169); }
td.TdClassName
{
border-color: #D08FA9;
}
.TagClassName
{
border-color: #D08FA9;
}
</style>