Shades of Kobi #DF87A9
Tints of Kobi #DF87A9
RGB
CMYK
RGB Variations
Color information
#DF87A9 (or 0xDF87A9) is known color: Kobi. HEX triplet: DF, 87 and A9. RGB value is (223,135,169). Sum of RGB (Red+Green+Blue) = 223+135+169=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF87A9 is #207856. Grayscale: #A5A5A5. Windows color (decimal): -2127959 or 11110367. OLE color: 11110367.
HSL color Cylindrical-coordinate representation of color #DF87A9: hue angle of 336.82º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF87A9 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 169 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.13 |
| HSL | 336.82º | 0.58% | 0.7% | - |
| HSV(B) | 336.82º | 0.39% | 0.87% | - |
| XYZ | 46.26 | 35.88 | 42.02 | - |
| YUV | 165.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 169 | 0 | 0.39 | 0.24 | 0.13 | 336.82 | 0.58 | 0.7 |
| Hex | DF | 87 | A9 | 0 | 27 | 18 | D | 151 | 3A | 46 |
| Octal | 337 | 207 | 251 | 0 | 47 | 30 | 15 | 521 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10101001 | 0 | 100111 | 11000 | 1101 | 101010001 | 111010 | 1000110 |
Color Harmonies of #DF87A9
Complementary color
Monochromatic Colors of #DF87A9
Black with #DF87A9
Text Example
Text Example
White with #DF87A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87A9; }
p { color: rgb(223,135,169); }
H1.HeaderClassName
{
color: #DF87A9;
}
.AnyTagClassName
{
color: #DF87A9;
}
</style>
background-color css
<style>
a { background-color: #DF87A9; }
a { background-color: rgb(223,135,169); }
div.DivClassName
{
background-color: #DF87A9;
}
.BgClassName
{
background-color: #DF87A9;
}
</style>
border-color css
<style>
span { border-color: #DF87A9; }
span { border-color: rgb(223,135,169); }
td.TdClassName
{
border-color: #DF87A9;
}
.TagClassName
{
border-color: #DF87A9;
}
</style>