Shades of Kobi #DF85A7
Tints of Kobi #DF85A7
RGB
CMYK
RGB Variations
Color information
#DF85A7 (or 0xDF85A7) is known color: Kobi. HEX triplet: DF, 85 and A7. RGB value is (223,133,167). Sum of RGB (Red+Green+Blue) = 223+133+167=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF85A7 is #207A58. Grayscale: #A3A3A3. Windows color (decimal): -2128473 or 10978783. OLE color: 10978783.
HSL color Cylindrical-coordinate representation of color #DF85A7: hue angle of 337.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 #DF85A7 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 167 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.13 |
| HSL | 337.33º | 0.58% | 0.7% | - |
| HSV(B) | 337.33º | 0.4% | 0.87% | - |
| XYZ | 45.79 | 35.25 | 40.95 | - |
| YUV | 163.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 167 | 0 | 0.40 | 0.25 | 0.13 | 337.33 | 0.58 | 0.7 |
| Hex | DF | 85 | A7 | 0 | 28 | 19 | D | 151 | 3A | 46 |
| Octal | 337 | 205 | 247 | 0 | 50 | 31 | 15 | 521 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10100111 | 0 | 101000 | 11001 | 1101 | 101010001 | 111010 | 1000110 |
Color Harmonies of #DF85A7
Complementary color
Monochromatic Colors of #DF85A7
Black with #DF85A7
Text Example
Text Example
White with #DF85A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85A7; }
p { color: rgb(223,133,167); }
H1.HeaderClassName
{
color: #DF85A7;
}
.AnyTagClassName
{
color: #DF85A7;
}
</style>
background-color css
<style>
a { background-color: #DF85A7; }
a { background-color: rgb(223,133,167); }
div.DivClassName
{
background-color: #DF85A7;
}
.BgClassName
{
background-color: #DF85A7;
}
</style>
border-color css
<style>
span { border-color: #DF85A7; }
span { border-color: rgb(223,133,167); }
td.TdClassName
{
border-color: #DF85A7;
}
.TagClassName
{
border-color: #DF85A7;
}
</style>