Shades of Kobi #DE85A9
Tints of Kobi #DE85A9
RGB
CMYK
RGB Variations
Color information
#DE85A9 (or 0xDE85A9) is known color: Kobi. HEX triplet: DE, 85 and A9. RGB value is (222,133,169). Sum of RGB (Red+Green+Blue) = 222+133+169=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE85A9 is #217A56. Grayscale: #A3A3A3. Windows color (decimal): -2194007 or 11109854. OLE color: 11109854.
HSL color Cylindrical-coordinate representation of color #DE85A9: hue angle of 335.73º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE85A9 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 169 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.13 |
| HSL | 335.73º | 0.57% | 0.7% | - |
| HSV(B) | 335.73º | 0.4% | 0.87% | - |
| XYZ | 45.67 | 35.17 | 41.92 | - |
| YUV | 163.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 169 | 0 | 0.40 | 0.24 | 0.13 | 335.73 | 0.57 | 0.7 |
| Hex | DE | 85 | A9 | 0 | 28 | 18 | D | 150 | 39 | 46 |
| Octal | 336 | 205 | 251 | 0 | 50 | 30 | 15 | 520 | 71 | 106 |
| Binary | 11011110 | 10000101 | 10101001 | 0 | 101000 | 11000 | 1101 | 101010000 | 111001 | 1000110 |
Color Harmonies of #DE85A9
Complementary color
Monochromatic Colors of #DE85A9
Black with #DE85A9
Text Example
Text Example
White with #DE85A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85A9; }
p { color: rgb(222,133,169); }
H1.HeaderClassName
{
color: #DE85A9;
}
.AnyTagClassName
{
color: #DE85A9;
}
</style>
background-color css
<style>
a { background-color: #DE85A9; }
a { background-color: rgb(222,133,169); }
div.DivClassName
{
background-color: #DE85A9;
}
.BgClassName
{
background-color: #DE85A9;
}
</style>
border-color css
<style>
span { border-color: #DE85A9; }
span { border-color: rgb(222,133,169); }
td.TdClassName
{
border-color: #DE85A9;
}
.TagClassName
{
border-color: #DE85A9;
}
</style>