Shades of Kobi #DF9FAF
Tints of Kobi #DF9FAF
RGB
CMYK
RGB Variations
Color information
#DF9FAF (or 0xDF9FAF) is known color: Kobi. HEX triplet: DF, 9F and AF. RGB value is (223,159,175). Sum of RGB (Red+Green+Blue) = 223+159+175=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9FAF is #206050. Grayscale: #B3B3B3. Windows color (decimal): -2121809 or 11509727. OLE color: 11509727.
HSL color Cylindrical-coordinate representation of color #DF9FAF: hue angle of 345º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9FAF is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 175 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.13 |
| HSL | 345º | 0.5% | 0.75% | - |
| HSV(B) | 345º | 0.29% | 0.87% | - |
| XYZ | 50.57 | 43.58 | 46.3 | - |
| YUV | 179.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 175 | 0 | 0.29 | 0.22 | 0.13 | 345 | 0.5 | 0.75 |
| Hex | DF | 9F | AF | 0 | 1D | 16 | D | 159 | 32 | 4B |
| Octal | 337 | 237 | 257 | 0 | 35 | 26 | 15 | 531 | 62 | 113 |
| Binary | 11011111 | 10011111 | 10101111 | 0 | 11101 | 10110 | 1101 | 101011001 | 110010 | 1001011 |
Color Harmonies of #DF9FAF
Complementary color
Monochromatic Colors of #DF9FAF
Black with #DF9FAF
Text Example
Text Example
White with #DF9FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FAF; }
p { color: rgb(223,159,175); }
H1.HeaderClassName
{
color: #DF9FAF;
}
.AnyTagClassName
{
color: #DF9FAF;
}
</style>
background-color css
<style>
a { background-color: #DF9FAF; }
a { background-color: rgb(223,159,175); }
div.DivClassName
{
background-color: #DF9FAF;
}
.BgClassName
{
background-color: #DF9FAF;
}
</style>
border-color css
<style>
span { border-color: #DF9FAF; }
span { border-color: rgb(223,159,175); }
td.TdClassName
{
border-color: #DF9FAF;
}
.TagClassName
{
border-color: #DF9FAF;
}
</style>