Shades of Kobi #DF87A8
Tints of Kobi #DF87A8
RGB
CMYK
RGB Variations
Color information
#DF87A8 (or 0xDF87A8) is known color: Kobi. HEX triplet: DF, 87 and A8. RGB value is (223,135,168). Sum of RGB (Red+Green+Blue) = 223+135+168=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF87A8 is #207857. Grayscale: #A5A5A5. Windows color (decimal): -2127960 or 11044831. OLE color: 11044831.
HSL color Cylindrical-coordinate representation of color #DF87A8: hue angle of 337.5º 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 #DF87A8 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 168 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.13 |
| HSL | 337.5º | 0.58% | 0.7% | - |
| HSV(B) | 337.5º | 0.39% | 0.87% | - |
| XYZ | 46.16 | 35.84 | 41.53 | - |
| YUV | 165.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 168 | 0 | 0.39 | 0.25 | 0.13 | 337.5 | 0.58 | 0.7 |
| Hex | DF | 87 | A8 | 0 | 27 | 19 | D | 152 | 3A | 46 |
| Octal | 337 | 207 | 250 | 0 | 47 | 31 | 15 | 522 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10101000 | 0 | 100111 | 11001 | 1101 | 101010010 | 111010 | 1000110 |
Color Harmonies of #DF87A8
Complementary color
Monochromatic Colors of #DF87A8
Black with #DF87A8
Text Example
Text Example
White with #DF87A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87A8; }
p { color: rgb(223,135,168); }
H1.HeaderClassName
{
color: #DF87A8;
}
.AnyTagClassName
{
color: #DF87A8;
}
</style>
background-color css
<style>
a { background-color: #DF87A8; }
a { background-color: rgb(223,135,168); }
div.DivClassName
{
background-color: #DF87A8;
}
.BgClassName
{
background-color: #DF87A8;
}
</style>
border-color css
<style>
span { border-color: #DF87A8; }
span { border-color: rgb(223,135,168); }
td.TdClassName
{
border-color: #DF87A8;
}
.TagClassName
{
border-color: #DF87A8;
}
</style>