Shades of Kobi #DF85A3
Tints of Kobi #DF85A3
RGB
CMYK
RGB Variations
Color information
#DF85A3 (or 0xDF85A3) is known color: Kobi. HEX triplet: DF, 85 and A3. RGB value is (223,133,163). Sum of RGB (Red+Green+Blue) = 223+133+163=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF85A3 is #207A5C. Grayscale: #A3A3A3. Windows color (decimal): -2128477 or 10716639. OLE color: 10716639.
HSL color Cylindrical-coordinate representation of color #DF85A3: hue angle of 340º 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 #DF85A3 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 163 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.13 |
| HSL | 340º | 0.58% | 0.7% | - |
| HSV(B) | 340º | 0.4% | 0.87% | - |
| XYZ | 45.43 | 35.11 | 39.03 | - |
| YUV | 163.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 163 | 0 | 0.40 | 0.27 | 0.13 | 340 | 0.58 | 0.7 |
| Hex | DF | 85 | A3 | 0 | 28 | 1B | D | 154 | 3A | 46 |
| Octal | 337 | 205 | 243 | 0 | 50 | 33 | 15 | 524 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10100011 | 0 | 101000 | 11011 | 1101 | 101010100 | 111010 | 1000110 |
Color Harmonies of #DF85A3
Complementary color
Monochromatic Colors of #DF85A3
Black with #DF85A3
Text Example
Text Example
White with #DF85A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85A3; }
p { color: rgb(223,133,163); }
H1.HeaderClassName
{
color: #DF85A3;
}
.AnyTagClassName
{
color: #DF85A3;
}
</style>
background-color css
<style>
a { background-color: #DF85A3; }
a { background-color: rgb(223,133,163); }
div.DivClassName
{
background-color: #DF85A3;
}
.BgClassName
{
background-color: #DF85A3;
}
</style>
border-color css
<style>
span { border-color: #DF85A3; }
span { border-color: rgb(223,133,163); }
td.TdClassName
{
border-color: #DF85A3;
}
.TagClassName
{
border-color: #DF85A3;
}
</style>