Shades of Kobi #DF85B0
Tints of Kobi #DF85B0
RGB
CMYK
RGB Variations
Color information
#DF85B0 (or 0xDF85B0) is known color: Kobi. HEX triplet: DF, 85 and B0. RGB value is (223,133,176). Sum of RGB (Red+Green+Blue) = 223+133+176=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF85B0 is #207A4F. Grayscale: #A4A4A4. Windows color (decimal): -2128464 or 11568607. OLE color: 11568607.
HSL color Cylindrical-coordinate representation of color #DF85B0: hue angle of 331.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 #DF85B0 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 176 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.13 |
| HSL | 331.33º | 0.58% | 0.7% | - |
| HSV(B) | 331.33º | 0.4% | 0.87% | - |
| XYZ | 46.66 | 35.6 | 45.49 | - |
| YUV | 164.81 | 134.32 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 176 | 0 | 0.40 | 0.21 | 0.13 | 331.33 | 0.58 | 0.7 |
| Hex | DF | 85 | B0 | 0 | 28 | 15 | D | 14B | 3A | 46 |
| Octal | 337 | 205 | 260 | 0 | 50 | 25 | 15 | 513 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10110000 | 0 | 101000 | 10101 | 1101 | 101001011 | 111010 | 1000110 |
Color Harmonies of #DF85B0
Complementary color
Monochromatic Colors of #DF85B0
Black with #DF85B0
Text Example
Text Example
White with #DF85B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85B0; }
p { color: rgb(223,133,176); }
H1.HeaderClassName
{
color: #DF85B0;
}
.AnyTagClassName
{
color: #DF85B0;
}
</style>
background-color css
<style>
a { background-color: #DF85B0; }
a { background-color: rgb(223,133,176); }
div.DivClassName
{
background-color: #DF85B0;
}
.BgClassName
{
background-color: #DF85B0;
}
</style>
border-color css
<style>
span { border-color: #DF85B0; }
span { border-color: rgb(223,133,176); }
td.TdClassName
{
border-color: #DF85B0;
}
.TagClassName
{
border-color: #DF85B0;
}
</style>