Shades of Kobi #DE81AA
Tints of Kobi #DE81AA
RGB
CMYK
RGB Variations
Color information
#DE81AA (or 0xDE81AA) is known color: Kobi. HEX triplet: DE, 81 and AA. RGB value is (222,129,170). Sum of RGB (Red+Green+Blue) = 222+129+170=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE81AA is #217E55. Grayscale: #A1A1A1. Windows color (decimal): -2195030 or 11174366. OLE color: 11174366.
HSL color Cylindrical-coordinate representation of color #DE81AA: hue angle of 333.55º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE81AA is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 170 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.13 |
| HSL | 333.55º | 0.58% | 0.69% | - |
| HSV(B) | 333.55º | 0.42% | 0.87% | - |
| XYZ | 45.23 | 34.13 | 42.23 | - |
| YUV | 161.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 170 | 0 | 0.42 | 0.23 | 0.13 | 333.55 | 0.58 | 0.69 |
| Hex | DE | 81 | AA | 0 | 2A | 17 | D | 14E | 3A | 45 |
| Octal | 336 | 201 | 252 | 0 | 52 | 27 | 15 | 516 | 72 | 105 |
| Binary | 11011110 | 10000001 | 10101010 | 0 | 101010 | 10111 | 1101 | 101001110 | 111010 | 1000101 |
Color Harmonies of #DE81AA
Complementary color
Monochromatic Colors of #DE81AA
Black with #DE81AA
Text Example
Text Example
White with #DE81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE81AA; }
p { color: rgb(222,129,170); }
H1.HeaderClassName
{
color: #DE81AA;
}
.AnyTagClassName
{
color: #DE81AA;
}
</style>
background-color css
<style>
a { background-color: #DE81AA; }
a { background-color: rgb(222,129,170); }
div.DivClassName
{
background-color: #DE81AA;
}
.BgClassName
{
background-color: #DE81AA;
}
</style>
border-color css
<style>
span { border-color: #DE81AA; }
span { border-color: rgb(222,129,170); }
td.TdClassName
{
border-color: #DE81AA;
}
.TagClassName
{
border-color: #DE81AA;
}
</style>