Shades of Kobi #DF8E9F
Tints of Kobi #DF8E9F
RGB
CMYK
RGB Variations
Color information
#DF8E9F (or 0xDF8E9F) is known color: Kobi. HEX triplet: DF, 8E and 9F. RGB value is (223,142,159). Sum of RGB (Red+Green+Blue) = 223+142+159=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8E9F is #207160. Grayscale: #A8A8A8. Windows color (decimal): -2126177 or 10456799. OLE color: 10456799.
HSL color Cylindrical-coordinate representation of color #DF8E9F: hue angle of 347.41º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8E9F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 159 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.13 |
| HSL | 347.41º | 0.56% | 0.72% | - |
| HSV(B) | 347.41º | 0.36% | 0.87% | - |
| XYZ | 46.36 | 37.54 | 37.6 | - |
| YUV | 168.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 159 | 0 | 0.36 | 0.29 | 0.13 | 347.41 | 0.56 | 0.72 |
| Hex | DF | 8E | 9F | 0 | 24 | 1D | D | 15B | 38 | 48 |
| Octal | 337 | 216 | 237 | 0 | 44 | 35 | 15 | 533 | 70 | 110 |
| Binary | 11011111 | 10001110 | 10011111 | 0 | 100100 | 11101 | 1101 | 101011011 | 111000 | 1001000 |
Color Harmonies of #DF8E9F
Complementary color
Monochromatic Colors of #DF8E9F
Black with #DF8E9F
Text Example
Text Example
White with #DF8E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E9F; }
p { color: rgb(223,142,159); }
H1.HeaderClassName
{
color: #DF8E9F;
}
.AnyTagClassName
{
color: #DF8E9F;
}
</style>
background-color css
<style>
a { background-color: #DF8E9F; }
a { background-color: rgb(223,142,159); }
div.DivClassName
{
background-color: #DF8E9F;
}
.BgClassName
{
background-color: #DF8E9F;
}
</style>
border-color css
<style>
span { border-color: #DF8E9F; }
span { border-color: rgb(223,142,159); }
td.TdClassName
{
border-color: #DF8E9F;
}
.TagClassName
{
border-color: #DF8E9F;
}
</style>