Shades of Kobi #DF85AB
Tints of Kobi #DF85AB
RGB
CMYK
RGB Variations
Color information
#DF85AB (or 0xDF85AB) is known color: Kobi. HEX triplet: DF, 85 and AB. RGB value is (223,133,171). Sum of RGB (Red+Green+Blue) = 223+133+171=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF85AB is #207A54. Grayscale: #A4A4A4. Windows color (decimal): -2128469 or 11240927. OLE color: 11240927.
HSL color Cylindrical-coordinate representation of color #DF85AB: hue angle of 334.67º 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 #DF85AB is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 171 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.13 |
| HSL | 334.67º | 0.58% | 0.7% | - |
| HSV(B) | 334.67º | 0.4% | 0.87% | - |
| XYZ | 46.17 | 35.4 | 42.93 | - |
| YUV | 164.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 171 | 0 | 0.40 | 0.23 | 0.13 | 334.67 | 0.58 | 0.7 |
| Hex | DF | 85 | AB | 0 | 28 | 17 | D | 14F | 3A | 46 |
| Octal | 337 | 205 | 253 | 0 | 50 | 27 | 15 | 517 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10101011 | 0 | 101000 | 10111 | 1101 | 101001111 | 111010 | 1000110 |
Color Harmonies of #DF85AB
Complementary color
Monochromatic Colors of #DF85AB
Black with #DF85AB
Text Example
Text Example
White with #DF85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85AB; }
p { color: rgb(223,133,171); }
H1.HeaderClassName
{
color: #DF85AB;
}
.AnyTagClassName
{
color: #DF85AB;
}
</style>
background-color css
<style>
a { background-color: #DF85AB; }
a { background-color: rgb(223,133,171); }
div.DivClassName
{
background-color: #DF85AB;
}
.BgClassName
{
background-color: #DF85AB;
}
</style>
border-color css
<style>
span { border-color: #DF85AB; }
span { border-color: rgb(223,133,171); }
td.TdClassName
{
border-color: #DF85AB;
}
.TagClassName
{
border-color: #DF85AB;
}
</style>