Shades of Kobi #DE9FB2
Tints of Kobi #DE9FB2
RGB
CMYK
RGB Variations
Color information
#DE9FB2 (or 0xDE9FB2) is known color: Kobi. HEX triplet: DE, 9F and B2. RGB value is (222,159,178). Sum of RGB (Red+Green+Blue) = 222+159+178=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9FB2 is #21604D. Grayscale: #B3B3B3. Windows color (decimal): -2187342 or 11706334. OLE color: 11706334.
HSL color Cylindrical-coordinate representation of color #DE9FB2: hue angle of 341.9º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DE9FB2 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 159 | 178 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.13 |
| HSL | 341.9º | 0.49% | 0.75% | - |
| HSV(B) | 341.9º | 0.28% | 0.87% | - |
| XYZ | 50.56 | 43.54 | 47.86 | - |
| YUV | 180 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 178 | 0 | 0.28 | 0.20 | 0.13 | 341.9 | 0.49 | 0.75 |
| Hex | DE | 9F | B2 | 0 | 1C | 14 | D | 156 | 31 | 4B |
| Octal | 336 | 237 | 262 | 0 | 34 | 24 | 15 | 526 | 61 | 113 |
| Binary | 11011110 | 10011111 | 10110010 | 0 | 11100 | 10100 | 1101 | 101010110 | 110001 | 1001011 |
Color Harmonies of #DE9FB2
Complementary color
Monochromatic Colors of #DE9FB2
Black with #DE9FB2
Text Example
Text Example
White with #DE9FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FB2; }
p { color: rgb(222,159,178); }
H1.HeaderClassName
{
color: #DE9FB2;
}
.AnyTagClassName
{
color: #DE9FB2;
}
</style>
background-color css
<style>
a { background-color: #DE9FB2; }
a { background-color: rgb(222,159,178); }
div.DivClassName
{
background-color: #DE9FB2;
}
.BgClassName
{
background-color: #DE9FB2;
}
</style>
border-color css
<style>
span { border-color: #DE9FB2; }
span { border-color: rgb(222,159,178); }
td.TdClassName
{
border-color: #DE9FB2;
}
.TagClassName
{
border-color: #DE9FB2;
}
</style>