Shades of Kobi #DF8DA8
Tints of Kobi #DF8DA8
RGB
CMYK
RGB Variations
Color information
#DF8DA8 (or 0xDF8DA8) is known color: Kobi. HEX triplet: DF, 8D and A8. RGB value is (223,141,168). Sum of RGB (Red+Green+Blue) = 223+141+168=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8DA8 is #207257. Grayscale: #A8A8A8. Windows color (decimal): -2126424 or 11046367. OLE color: 11046367.
HSL color Cylindrical-coordinate representation of color #DF8DA8: hue angle of 340.24º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8DA8 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 168 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.13 |
| HSL | 340.24º | 0.56% | 0.71% | - |
| HSV(B) | 340.24º | 0.37% | 0.87% | - |
| XYZ | 47.02 | 37.56 | 41.82 | - |
| YUV | 168.6 | 127.67 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 168 | 0 | 0.37 | 0.25 | 0.13 | 340.24 | 0.56 | 0.71 |
| Hex | DF | 8D | A8 | 0 | 25 | 19 | D | 154 | 38 | 47 |
| Octal | 337 | 215 | 250 | 0 | 45 | 31 | 15 | 524 | 70 | 107 |
| Binary | 11011111 | 10001101 | 10101000 | 0 | 100101 | 11001 | 1101 | 101010100 | 111000 | 1000111 |
Color Harmonies of #DF8DA8
Complementary color
Monochromatic Colors of #DF8DA8
Black with #DF8DA8
Text Example
Text Example
White with #DF8DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DA8; }
p { color: rgb(223,141,168); }
H1.HeaderClassName
{
color: #DF8DA8;
}
.AnyTagClassName
{
color: #DF8DA8;
}
</style>
background-color css
<style>
a { background-color: #DF8DA8; }
a { background-color: rgb(223,141,168); }
div.DivClassName
{
background-color: #DF8DA8;
}
.BgClassName
{
background-color: #DF8DA8;
}
</style>
border-color css
<style>
span { border-color: #DF8DA8; }
span { border-color: rgb(223,141,168); }
td.TdClassName
{
border-color: #DF8DA8;
}
.TagClassName
{
border-color: #DF8DA8;
}
</style>