Shades of Kobi #DF88B0
Tints of Kobi #DF88B0
RGB
CMYK
RGB Variations
Color information
#DF88B0 (or 0xDF88B0) is known color: Kobi. HEX triplet: DF, 88 and B0. RGB value is (223,136,176). Sum of RGB (Red+Green+Blue) = 223+136+176=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88B0 is #20774F. Grayscale: #A6A6A6. Windows color (decimal): -2127696 or 11569375. OLE color: 11569375.
HSL color Cylindrical-coordinate representation of color #DF88B0: hue angle of 332.41º 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 #DF88B0 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 176 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.13 |
| HSL | 332.41º | 0.58% | 0.7% | - |
| HSV(B) | 332.41º | 0.39% | 0.87% | - |
| XYZ | 47.07 | 36.43 | 45.63 | - |
| YUV | 166.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 176 | 0 | 0.39 | 0.21 | 0.13 | 332.41 | 0.58 | 0.7 |
| Hex | DF | 88 | B0 | 0 | 27 | 15 | D | 14C | 3A | 46 |
| Octal | 337 | 210 | 260 | 0 | 47 | 25 | 15 | 514 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10110000 | 0 | 100111 | 10101 | 1101 | 101001100 | 111010 | 1000110 |
Color Harmonies of #DF88B0
Complementary color
Monochromatic Colors of #DF88B0
Black with #DF88B0
Text Example
Text Example
White with #DF88B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88B0; }
p { color: rgb(223,136,176); }
H1.HeaderClassName
{
color: #DF88B0;
}
.AnyTagClassName
{
color: #DF88B0;
}
</style>
background-color css
<style>
a { background-color: #DF88B0; }
a { background-color: rgb(223,136,176); }
div.DivClassName
{
background-color: #DF88B0;
}
.BgClassName
{
background-color: #DF88B0;
}
</style>
border-color css
<style>
span { border-color: #DF88B0; }
span { border-color: rgb(223,136,176); }
td.TdClassName
{
border-color: #DF88B0;
}
.TagClassName
{
border-color: #DF88B0;
}
</style>