Shades of Kobi #DF88A9
Tints of Kobi #DF88A9
RGB
CMYK
RGB Variations
Color information
#DF88A9 (or 0xDF88A9) is known color: Kobi. HEX triplet: DF, 88 and A9. RGB value is (223,136,169). Sum of RGB (Red+Green+Blue) = 223+136+169=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88A9 is #207756. Grayscale: #A5A5A5. Windows color (decimal): -2127703 or 11110623. OLE color: 11110623.
HSL color Cylindrical-coordinate representation of color #DF88A9: hue angle of 337.24º 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 #DF88A9 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 169 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.13 |
| HSL | 337.24º | 0.58% | 0.7% | - |
| HSV(B) | 337.24º | 0.39% | 0.87% | - |
| XYZ | 46.4 | 36.16 | 42.07 | - |
| YUV | 165.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 169 | 0 | 0.39 | 0.24 | 0.13 | 337.24 | 0.58 | 0.7 |
| Hex | DF | 88 | A9 | 0 | 27 | 18 | D | 151 | 3A | 46 |
| Octal | 337 | 210 | 251 | 0 | 47 | 30 | 15 | 521 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10101001 | 0 | 100111 | 11000 | 1101 | 101010001 | 111010 | 1000110 |
Color Harmonies of #DF88A9
Complementary color
Monochromatic Colors of #DF88A9
Black with #DF88A9
Text Example
Text Example
White with #DF88A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88A9; }
p { color: rgb(223,136,169); }
H1.HeaderClassName
{
color: #DF88A9;
}
.AnyTagClassName
{
color: #DF88A9;
}
</style>
background-color css
<style>
a { background-color: #DF88A9; }
a { background-color: rgb(223,136,169); }
div.DivClassName
{
background-color: #DF88A9;
}
.BgClassName
{
background-color: #DF88A9;
}
</style>
border-color css
<style>
span { border-color: #DF88A9; }
span { border-color: rgb(223,136,169); }
td.TdClassName
{
border-color: #DF88A9;
}
.TagClassName
{
border-color: #DF88A9;
}
</style>