Shades of Kobi #DE90A3
Tints of Kobi #DE90A3
RGB
CMYK
RGB Variations
Color information
#DE90A3 (or 0xDE90A3) is known color: Kobi. HEX triplet: DE, 90 and A3. RGB value is (222,144,163). Sum of RGB (Red+Green+Blue) = 222+144+163=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE90A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE90A3 is #216F5C. Grayscale: #A9A9A9. Windows color (decimal): -2191197 or 10719454. OLE color: 10719454.
HSL color Cylindrical-coordinate representation of color #DE90A3: hue angle of 345.38º 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 #DE90A3 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 163 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.13 |
| HSL | 345.38º | 0.54% | 0.72% | - |
| HSV(B) | 345.38º | 0.35% | 0.87% | - |
| XYZ | 46.71 | 38.12 | 39.55 | - |
| YUV | 169.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 163 | 0 | 0.35 | 0.27 | 0.13 | 345.38 | 0.54 | 0.72 |
| Hex | DE | 90 | A3 | 0 | 23 | 1B | D | 159 | 36 | 48 |
| Octal | 336 | 220 | 243 | 0 | 43 | 33 | 15 | 531 | 66 | 110 |
| Binary | 11011110 | 10010000 | 10100011 | 0 | 100011 | 11011 | 1101 | 101011001 | 110110 | 1001000 |
Color Harmonies of #DE90A3
Complementary color
Monochromatic Colors of #DE90A3
Black with #DE90A3
Text Example
Text Example
White with #DE90A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE90A3; }
p { color: rgb(222,144,163); }
H1.HeaderClassName
{
color: #DE90A3;
}
.AnyTagClassName
{
color: #DE90A3;
}
</style>
background-color css
<style>
a { background-color: #DE90A3; }
a { background-color: rgb(222,144,163); }
div.DivClassName
{
background-color: #DE90A3;
}
.BgClassName
{
background-color: #DE90A3;
}
</style>
border-color css
<style>
span { border-color: #DE90A3; }
span { border-color: rgb(222,144,163); }
td.TdClassName
{
border-color: #DE90A3;
}
.TagClassName
{
border-color: #DE90A3;
}
</style>