Shades of Kobi #DF85AD
Tints of Kobi #DF85AD
RGB
CMYK
RGB Variations
Color information
#DF85AD (or 0xDF85AD) is known color: Kobi. HEX triplet: DF, 85 and AD. RGB value is (223,133,173). Sum of RGB (Red+Green+Blue) = 223+133+173=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF85AD is #207A52. Grayscale: #A4A4A4. Windows color (decimal): -2128467 or 11371999. OLE color: 11371999.
HSL color Cylindrical-coordinate representation of color #DF85AD: hue angle of 333.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 #DF85AD is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 173 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.13 |
| HSL | 333.33º | 0.58% | 0.7% | - |
| HSV(B) | 333.33º | 0.4% | 0.87% | - |
| XYZ | 46.36 | 35.48 | 43.94 | - |
| YUV | 164.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 173 | 0 | 0.40 | 0.22 | 0.13 | 333.33 | 0.58 | 0.7 |
| Hex | DF | 85 | AD | 0 | 28 | 16 | D | 14D | 3A | 46 |
| Octal | 337 | 205 | 255 | 0 | 50 | 26 | 15 | 515 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10101101 | 0 | 101000 | 10110 | 1101 | 101001101 | 111010 | 1000110 |
Color Harmonies of #DF85AD
Complementary color
Monochromatic Colors of #DF85AD
Black with #DF85AD
Text Example
Text Example
White with #DF85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85AD; }
p { color: rgb(223,133,173); }
H1.HeaderClassName
{
color: #DF85AD;
}
.AnyTagClassName
{
color: #DF85AD;
}
</style>
background-color css
<style>
a { background-color: #DF85AD; }
a { background-color: rgb(223,133,173); }
div.DivClassName
{
background-color: #DF85AD;
}
.BgClassName
{
background-color: #DF85AD;
}
</style>
border-color css
<style>
span { border-color: #DF85AD; }
span { border-color: rgb(223,133,173); }
td.TdClassName
{
border-color: #DF85AD;
}
.TagClassName
{
border-color: #DF85AD;
}
</style>