Shades of Kobi #DF88A0
Tints of Kobi #DF88A0
RGB
CMYK
RGB Variations
Color information
#DF88A0 (or 0xDF88A0) is known color: Kobi. HEX triplet: DF, 88 and A0. RGB value is (223,136,160). Sum of RGB (Red+Green+Blue) = 223+136+160=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88A0 is #20775F. Grayscale: #A4A4A4. Windows color (decimal): -2127712 or 10520799. OLE color: 10520799.
HSL color Cylindrical-coordinate representation of color #DF88A0: hue angle of 343.45º 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 #DF88A0 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 160 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.13 |
| HSL | 343.45º | 0.58% | 0.7% | - |
| HSV(B) | 343.45º | 0.39% | 0.87% | - |
| XYZ | 45.58 | 35.83 | 37.77 | - |
| YUV | 164.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 160 | 0 | 0.39 | 0.28 | 0.13 | 343.45 | 0.58 | 0.7 |
| Hex | DF | 88 | A0 | 0 | 27 | 1C | D | 157 | 3A | 46 |
| Octal | 337 | 210 | 240 | 0 | 47 | 34 | 15 | 527 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10100000 | 0 | 100111 | 11100 | 1101 | 101010111 | 111010 | 1000110 |
Color Harmonies of #DF88A0
Complementary color
Monochromatic Colors of #DF88A0
Black with #DF88A0
Text Example
Text Example
White with #DF88A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88A0; }
p { color: rgb(223,136,160); }
H1.HeaderClassName
{
color: #DF88A0;
}
.AnyTagClassName
{
color: #DF88A0;
}
</style>
background-color css
<style>
a { background-color: #DF88A0; }
a { background-color: rgb(223,136,160); }
div.DivClassName
{
background-color: #DF88A0;
}
.BgClassName
{
background-color: #DF88A0;
}
</style>
border-color css
<style>
span { border-color: #DF88A0; }
span { border-color: rgb(223,136,160); }
td.TdClassName
{
border-color: #DF88A0;
}
.TagClassName
{
border-color: #DF88A0;
}
</style>