Shades of Kobi #DE82A6
Tints of Kobi #DE82A6
RGB
CMYK
RGB Variations
Color information
#DE82A6 (or 0xDE82A6) is known color: Kobi. HEX triplet: DE, 82 and A6. RGB value is (222,130,166). Sum of RGB (Red+Green+Blue) = 222+130+166=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE82A6 is #217D59. Grayscale: #A1A1A1. Windows color (decimal): -2194778 or 10912478. OLE color: 10912478.
HSL color Cylindrical-coordinate representation of color #DE82A6: hue angle of 336.52º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE82A6 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 166 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.13 |
| HSL | 336.52º | 0.58% | 0.69% | - |
| HSV(B) | 336.52º | 0.41% | 0.87% | - |
| XYZ | 44.99 | 34.25 | 40.32 | - |
| YUV | 161.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 166 | 0 | 0.41 | 0.25 | 0.13 | 336.52 | 0.58 | 0.69 |
| Hex | DE | 82 | A6 | 0 | 29 | 19 | D | 151 | 3A | 45 |
| Octal | 336 | 202 | 246 | 0 | 51 | 31 | 15 | 521 | 72 | 105 |
| Binary | 11011110 | 10000010 | 10100110 | 0 | 101001 | 11001 | 1101 | 101010001 | 111010 | 1000101 |
Color Harmonies of #DE82A6
Complementary color
Monochromatic Colors of #DE82A6
Black with #DE82A6
Text Example
Text Example
White with #DE82A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE82A6; }
p { color: rgb(222,130,166); }
H1.HeaderClassName
{
color: #DE82A6;
}
.AnyTagClassName
{
color: #DE82A6;
}
</style>
background-color css
<style>
a { background-color: #DE82A6; }
a { background-color: rgb(222,130,166); }
div.DivClassName
{
background-color: #DE82A6;
}
.BgClassName
{
background-color: #DE82A6;
}
</style>
border-color css
<style>
span { border-color: #DE82A6; }
span { border-color: rgb(222,130,166); }
td.TdClassName
{
border-color: #DE82A6;
}
.TagClassName
{
border-color: #DE82A6;
}
</style>