Shades of Kobi #DE90B1
Tints of Kobi #DE90B1
RGB
CMYK
RGB Variations
Color information
#DE90B1 (or 0xDE90B1) is known color: Kobi. HEX triplet: DE, 90 and B1. RGB value is (222,144,177). Sum of RGB (Red+Green+Blue) = 222+144+177=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE90B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE90B1 is #216F4E. Grayscale: #ABABAB. Windows color (decimal): -2191183 or 11636958. OLE color: 11636958.
HSL color Cylindrical-coordinate representation of color #DE90B1: hue angle of 334.62º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE90B1 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 177 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.13 |
| HSL | 334.62º | 0.54% | 0.72% | - |
| HSV(B) | 334.62º | 0.35% | 0.87% | - |
| XYZ | 48.03 | 38.65 | 46.52 | - |
| YUV | 171.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 177 | 0 | 0.35 | 0.20 | 0.13 | 334.62 | 0.54 | 0.72 |
| Hex | DE | 90 | B1 | 0 | 23 | 14 | D | 14F | 36 | 48 |
| Octal | 336 | 220 | 261 | 0 | 43 | 24 | 15 | 517 | 66 | 110 |
| Binary | 11011110 | 10010000 | 10110001 | 0 | 100011 | 10100 | 1101 | 101001111 | 110110 | 1001000 |
Color Harmonies of #DE90B1
Complementary color
Monochromatic Colors of #DE90B1
Black with #DE90B1
Text Example
Text Example
White with #DE90B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE90B1; }
p { color: rgb(222,144,177); }
H1.HeaderClassName
{
color: #DE90B1;
}
.AnyTagClassName
{
color: #DE90B1;
}
</style>
background-color css
<style>
a { background-color: #DE90B1; }
a { background-color: rgb(222,144,177); }
div.DivClassName
{
background-color: #DE90B1;
}
.BgClassName
{
background-color: #DE90B1;
}
</style>
border-color css
<style>
span { border-color: #DE90B1; }
span { border-color: rgb(222,144,177); }
td.TdClassName
{
border-color: #DE90B1;
}
.TagClassName
{
border-color: #DE90B1;
}
</style>