Shades of Kobi #DF86B0
Tints of Kobi #DF86B0
RGB
CMYK
RGB Variations
Color information
#DF86B0 (or 0xDF86B0) is known color: Kobi. HEX triplet: DF, 86 and B0. RGB value is (223,134,176). Sum of RGB (Red+Green+Blue) = 223+134+176=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF86B0 is #20794F. Grayscale: #A5A5A5. Windows color (decimal): -2128208 or 11568863. OLE color: 11568863.
HSL color Cylindrical-coordinate representation of color #DF86B0: hue angle of 331.69º 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 #DF86B0 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 176 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.13 |
| HSL | 331.69º | 0.58% | 0.7% | - |
| HSV(B) | 331.69º | 0.4% | 0.87% | - |
| XYZ | 46.79 | 35.87 | 45.53 | - |
| YUV | 165.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 176 | 0 | 0.40 | 0.21 | 0.13 | 331.69 | 0.58 | 0.7 |
| Hex | DF | 86 | B0 | 0 | 28 | 15 | D | 14C | 3A | 46 |
| Octal | 337 | 206 | 260 | 0 | 50 | 25 | 15 | 514 | 72 | 106 |
| Binary | 11011111 | 10000110 | 10110000 | 0 | 101000 | 10101 | 1101 | 101001100 | 111010 | 1000110 |
Color Harmonies of #DF86B0
Complementary color
Monochromatic Colors of #DF86B0
Black with #DF86B0
Text Example
Text Example
White with #DF86B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86B0; }
p { color: rgb(223,134,176); }
H1.HeaderClassName
{
color: #DF86B0;
}
.AnyTagClassName
{
color: #DF86B0;
}
</style>
background-color css
<style>
a { background-color: #DF86B0; }
a { background-color: rgb(223,134,176); }
div.DivClassName
{
background-color: #DF86B0;
}
.BgClassName
{
background-color: #DF86B0;
}
</style>
border-color css
<style>
span { border-color: #DF86B0; }
span { border-color: rgb(223,134,176); }
td.TdClassName
{
border-color: #DF86B0;
}
.TagClassName
{
border-color: #DF86B0;
}
</style>