Shades of Kobi #DF9DAF
Tints of Kobi #DF9DAF
RGB
CMYK
RGB Variations
Color information
#DF9DAF (or 0xDF9DAF) is known color: Kobi. HEX triplet: DF, 9D and AF. RGB value is (223,157,175). Sum of RGB (Red+Green+Blue) = 223+157+175=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9DAF is #206250. Grayscale: #B2B2B2. Windows color (decimal): -2122321 or 11509215. OLE color: 11509215.
HSL color Cylindrical-coordinate representation of color #DF9DAF: hue angle of 343.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DAF is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 175 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.13 |
| HSL | 343.64º | 0.51% | 0.75% | - |
| HSV(B) | 343.64º | 0.3% | 0.87% | - |
| XYZ | 50.23 | 42.9 | 46.19 | - |
| YUV | 178.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 175 | 0 | 0.30 | 0.22 | 0.13 | 343.64 | 0.51 | 0.75 |
| Hex | DF | 9D | AF | 0 | 1E | 16 | D | 158 | 33 | 4B |
| Octal | 337 | 235 | 257 | 0 | 36 | 26 | 15 | 530 | 63 | 113 |
| Binary | 11011111 | 10011101 | 10101111 | 0 | 11110 | 10110 | 1101 | 101011000 | 110011 | 1001011 |
Color Harmonies of #DF9DAF
Complementary color
Monochromatic Colors of #DF9DAF
Black with #DF9DAF
Text Example
Text Example
White with #DF9DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DAF; }
p { color: rgb(223,157,175); }
H1.HeaderClassName
{
color: #DF9DAF;
}
.AnyTagClassName
{
color: #DF9DAF;
}
</style>
background-color css
<style>
a { background-color: #DF9DAF; }
a { background-color: rgb(223,157,175); }
div.DivClassName
{
background-color: #DF9DAF;
}
.BgClassName
{
background-color: #DF9DAF;
}
</style>
border-color css
<style>
span { border-color: #DF9DAF; }
span { border-color: rgb(223,157,175); }
td.TdClassName
{
border-color: #DF9DAF;
}
.TagClassName
{
border-color: #DF9DAF;
}
</style>