Shades of Kobi #DF87B0
Tints of Kobi #DF87B0
RGB
CMYK
RGB Variations
Color information
#DF87B0 (or 0xDF87B0) is known color: Kobi. HEX triplet: DF, 87 and B0. RGB value is (223,135,176). Sum of RGB (Red+Green+Blue) = 223+135+176=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF87B0 is #20784F. Grayscale: #A5A5A5. Windows color (decimal): -2127952 or 11569119. OLE color: 11569119.
HSL color Cylindrical-coordinate representation of color #DF87B0: hue angle of 332.05º 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 #DF87B0 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 176 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.13 |
| HSL | 332.05º | 0.58% | 0.7% | - |
| HSV(B) | 332.05º | 0.39% | 0.87% | - |
| XYZ | 46.93 | 36.15 | 45.58 | - |
| YUV | 165.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 176 | 0 | 0.39 | 0.21 | 0.13 | 332.05 | 0.58 | 0.7 |
| Hex | DF | 87 | B0 | 0 | 27 | 15 | D | 14C | 3A | 46 |
| Octal | 337 | 207 | 260 | 0 | 47 | 25 | 15 | 514 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10110000 | 0 | 100111 | 10101 | 1101 | 101001100 | 111010 | 1000110 |
Color Harmonies of #DF87B0
Complementary color
Monochromatic Colors of #DF87B0
Black with #DF87B0
Text Example
Text Example
White with #DF87B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87B0; }
p { color: rgb(223,135,176); }
H1.HeaderClassName
{
color: #DF87B0;
}
.AnyTagClassName
{
color: #DF87B0;
}
</style>
background-color css
<style>
a { background-color: #DF87B0; }
a { background-color: rgb(223,135,176); }
div.DivClassName
{
background-color: #DF87B0;
}
.BgClassName
{
background-color: #DF87B0;
}
</style>
border-color css
<style>
span { border-color: #DF87B0; }
span { border-color: rgb(223,135,176); }
td.TdClassName
{
border-color: #DF87B0;
}
.TagClassName
{
border-color: #DF87B0;
}
</style>