Shades of Kobi #DF85AC
Tints of Kobi #DF85AC
RGB
CMYK
RGB Variations
Color information
#DF85AC (or 0xDF85AC) is known color: Kobi. HEX triplet: DF, 85 and AC. RGB value is (223,133,172). Sum of RGB (Red+Green+Blue) = 223+133+172=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF85AC is #207A53. Grayscale: #A4A4A4. Windows color (decimal): -2128468 or 11306463. OLE color: 11306463.
HSL color Cylindrical-coordinate representation of color #DF85AC: hue angle of 334º 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 #DF85AC is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 172 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.13 |
| HSL | 334º | 0.58% | 0.7% | - |
| HSV(B) | 334º | 0.4% | 0.87% | - |
| XYZ | 46.27 | 35.44 | 43.43 | - |
| YUV | 164.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 172 | 0 | 0.40 | 0.23 | 0.13 | 334 | 0.58 | 0.7 |
| Hex | DF | 85 | AC | 0 | 28 | 17 | D | 14E | 3A | 46 |
| Octal | 337 | 205 | 254 | 0 | 50 | 27 | 15 | 516 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10101100 | 0 | 101000 | 10111 | 1101 | 101001110 | 111010 | 1000110 |
Color Harmonies of #DF85AC
Complementary color
Monochromatic Colors of #DF85AC
Black with #DF85AC
Text Example
Text Example
White with #DF85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85AC; }
p { color: rgb(223,133,172); }
H1.HeaderClassName
{
color: #DF85AC;
}
.AnyTagClassName
{
color: #DF85AC;
}
</style>
background-color css
<style>
a { background-color: #DF85AC; }
a { background-color: rgb(223,133,172); }
div.DivClassName
{
background-color: #DF85AC;
}
.BgClassName
{
background-color: #DF85AC;
}
</style>
border-color css
<style>
span { border-color: #DF85AC; }
span { border-color: rgb(223,133,172); }
td.TdClassName
{
border-color: #DF85AC;
}
.TagClassName
{
border-color: #DF85AC;
}
</style>