Shades of Kobi #DF85A1
Tints of Kobi #DF85A1
RGB
CMYK
RGB Variations
Color information
#DF85A1 (or 0xDF85A1) is known color: Kobi. HEX triplet: DF, 85 and A1. RGB value is (223,133,161). Sum of RGB (Red+Green+Blue) = 223+133+161=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF85A1 is #207A5E. Grayscale: #A3A3A3. Windows color (decimal): -2128479 or 10585567. OLE color: 10585567.
HSL color Cylindrical-coordinate representation of color #DF85A1: hue angle of 341.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF85A1 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 161 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.13 |
| HSL | 341.33º | 0.58% | 0.7% | - |
| HSV(B) | 341.33º | 0.4% | 0.87% | - |
| XYZ | 45.25 | 35.04 | 38.1 | - |
| YUV | 163.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 161 | 0 | 0.40 | 0.28 | 0.13 | 341.33 | 0.58 | 0.7 |
| Hex | DF | 85 | A1 | 0 | 28 | 1C | D | 155 | 3A | 46 |
| Octal | 337 | 205 | 241 | 0 | 50 | 34 | 15 | 525 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10100001 | 0 | 101000 | 11100 | 1101 | 101010101 | 111010 | 1000110 |
Color Harmonies of #DF85A1
Complementary color
Monochromatic Colors of #DF85A1
Black with #DF85A1
Text Example
Text Example
White with #DF85A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85A1; }
p { color: rgb(223,133,161); }
H1.HeaderClassName
{
color: #DF85A1;
}
.AnyTagClassName
{
color: #DF85A1;
}
</style>
background-color css
<style>
a { background-color: #DF85A1; }
a { background-color: rgb(223,133,161); }
div.DivClassName
{
background-color: #DF85A1;
}
.BgClassName
{
background-color: #DF85A1;
}
</style>
border-color css
<style>
span { border-color: #DF85A1; }
span { border-color: rgb(223,133,161); }
td.TdClassName
{
border-color: #DF85A1;
}
.TagClassName
{
border-color: #DF85A1;
}
</style>