Shades of Kobi #DE8DB2
Tints of Kobi #DE8DB2
RGB
CMYK
RGB Variations
Color information
#DE8DB2 (or 0xDE8DB2) is known color: Kobi. HEX triplet: DE, 8D and B2. RGB value is (222,141,178). Sum of RGB (Red+Green+Blue) = 222+141+178=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8DB2 is #21724D. Grayscale: #A9A9A9. Windows color (decimal): -2191950 or 11701726. OLE color: 11701726.
HSL color Cylindrical-coordinate representation of color #DE8DB2: hue angle of 332.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8DB2 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 178 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.13 |
| HSL | 332.59º | 0.55% | 0.71% | - |
| HSV(B) | 332.59º | 0.36% | 0.87% | - |
| XYZ | 47.68 | 37.79 | 46.9 | - |
| YUV | 169.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 178 | 0 | 0.36 | 0.20 | 0.13 | 332.59 | 0.55 | 0.71 |
| Hex | DE | 8D | B2 | 0 | 24 | 14 | D | 14D | 37 | 47 |
| Octal | 336 | 215 | 262 | 0 | 44 | 24 | 15 | 515 | 67 | 107 |
| Binary | 11011110 | 10001101 | 10110010 | 0 | 100100 | 10100 | 1101 | 101001101 | 110111 | 1000111 |
Color Harmonies of #DE8DB2
Complementary color
Monochromatic Colors of #DE8DB2
Black with #DE8DB2
Text Example
Text Example
White with #DE8DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8DB2; }
p { color: rgb(222,141,178); }
H1.HeaderClassName
{
color: #DE8DB2;
}
.AnyTagClassName
{
color: #DE8DB2;
}
</style>
background-color css
<style>
a { background-color: #DE8DB2; }
a { background-color: rgb(222,141,178); }
div.DivClassName
{
background-color: #DE8DB2;
}
.BgClassName
{
background-color: #DE8DB2;
}
</style>
border-color css
<style>
span { border-color: #DE8DB2; }
span { border-color: rgb(222,141,178); }
td.TdClassName
{
border-color: #DE8DB2;
}
.TagClassName
{
border-color: #DE8DB2;
}
</style>