Shades of Kobi #D08FA8
Tints of Kobi #D08FA8
RGB
CMYK
RGB Variations
Color information
#D08FA8 (or 0xD08FA8) is known color: Kobi. HEX triplet: D0, 8F and A8. RGB value is (208,143,168). Sum of RGB (Red+Green+Blue) = 208+143+168=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08FA8 is #2F7057. Grayscale: #A5A5A5. Windows color (decimal): -3108952 or 11046864. OLE color: 11046864.
HSL color Cylindrical-coordinate representation of color #D08FA8: hue angle of 336.92º 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 #D08FA8 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 168 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.18 |
| HSL | 336.92º | 0.41% | 0.69% | - |
| HSV(B) | 336.92º | 0.31% | 0.82% | - |
| XYZ | 42.9 | 35.88 | 41.71 | - |
| YUV | 165.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 168 | 0 | 0.31 | 0.19 | 0.18 | 336.92 | 0.41 | 0.69 |
| Hex | D0 | 8F | A8 | 0 | 1F | 13 | 12 | 151 | 29 | 45 |
| Octal | 320 | 217 | 250 | 0 | 37 | 23 | 22 | 521 | 51 | 105 |
| Binary | 11010000 | 10001111 | 10101000 | 0 | 11111 | 10011 | 10010 | 101010001 | 101001 | 1000101 |
Color Harmonies of #D08FA8
Complementary color
Monochromatic Colors of #D08FA8
Black with #D08FA8
Text Example
Text Example
White with #D08FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FA8; }
p { color: rgb(208,143,168); }
H1.HeaderClassName
{
color: #D08FA8;
}
.AnyTagClassName
{
color: #D08FA8;
}
</style>
background-color css
<style>
a { background-color: #D08FA8; }
a { background-color: rgb(208,143,168); }
div.DivClassName
{
background-color: #D08FA8;
}
.BgClassName
{
background-color: #D08FA8;
}
</style>
border-color css
<style>
span { border-color: #D08FA8; }
span { border-color: rgb(208,143,168); }
td.TdClassName
{
border-color: #D08FA8;
}
.TagClassName
{
border-color: #D08FA8;
}
</style>