Shades of Kobi #DF87AC
Tints of Kobi #DF87AC
RGB
CMYK
RGB Variations
Color information
#DF87AC (or 0xDF87AC) is known color: Kobi. HEX triplet: DF, 87 and AC. RGB value is (223,135,172). Sum of RGB (Red+Green+Blue) = 223+135+172=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF87AC is #207853. Grayscale: #A5A5A5. Windows color (decimal): -2127956 or 11306975. OLE color: 11306975.
HSL color Cylindrical-coordinate representation of color #DF87AC: hue angle of 334.77º 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 #DF87AC is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 172 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.13 |
| HSL | 334.77º | 0.58% | 0.7% | - |
| HSV(B) | 334.77º | 0.39% | 0.87% | - |
| XYZ | 46.54 | 35.99 | 43.52 | - |
| YUV | 165.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 172 | 0 | 0.39 | 0.23 | 0.13 | 334.77 | 0.58 | 0.7 |
| Hex | DF | 87 | AC | 0 | 27 | 17 | D | 14F | 3A | 46 |
| Octal | 337 | 207 | 254 | 0 | 47 | 27 | 15 | 517 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10101100 | 0 | 100111 | 10111 | 1101 | 101001111 | 111010 | 1000110 |
Color Harmonies of #DF87AC
Complementary color
Monochromatic Colors of #DF87AC
Black with #DF87AC
Text Example
Text Example
White with #DF87AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87AC; }
p { color: rgb(223,135,172); }
H1.HeaderClassName
{
color: #DF87AC;
}
.AnyTagClassName
{
color: #DF87AC;
}
</style>
background-color css
<style>
a { background-color: #DF87AC; }
a { background-color: rgb(223,135,172); }
div.DivClassName
{
background-color: #DF87AC;
}
.BgClassName
{
background-color: #DF87AC;
}
</style>
border-color css
<style>
span { border-color: #DF87AC; }
span { border-color: rgb(223,135,172); }
td.TdClassName
{
border-color: #DF87AC;
}
.TagClassName
{
border-color: #DF87AC;
}
</style>