Shades of Kobi #DE97A3
Tints of Kobi #DE97A3
RGB
CMYK
RGB Variations
Color information
#DE97A3 (or 0xDE97A3) is known color: Kobi. HEX triplet: DE, 97 and A3. RGB value is (222,151,163). Sum of RGB (Red+Green+Blue) = 222+151+163=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE97A3 is #21685C. Grayscale: #ADADAD. Windows color (decimal): -2189405 or 10721246. OLE color: 10721246.
HSL color Cylindrical-coordinate representation of color #DE97A3: hue angle of 349.86º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE97A3 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 151 | 163 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.13 |
| HSL | 349.86º | 0.52% | 0.73% | - |
| HSV(B) | 349.86º | 0.32% | 0.87% | - |
| XYZ | 47.8 | 40.31 | 39.91 | - |
| YUV | 173.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 151 | 163 | 0 | 0.32 | 0.27 | 0.13 | 349.86 | 0.52 | 0.73 |
| Hex | DE | 97 | A3 | 0 | 20 | 1B | D | 15E | 34 | 49 |
| Octal | 336 | 227 | 243 | 0 | 40 | 33 | 15 | 536 | 64 | 111 |
| Binary | 11011110 | 10010111 | 10100011 | 0 | 100000 | 11011 | 1101 | 101011110 | 110100 | 1001001 |
Color Harmonies of #DE97A3
Complementary color
Monochromatic Colors of #DE97A3
Black with #DE97A3
Text Example
Text Example
White with #DE97A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE97A3; }
p { color: rgb(222,151,163); }
H1.HeaderClassName
{
color: #DE97A3;
}
.AnyTagClassName
{
color: #DE97A3;
}
</style>
background-color css
<style>
a { background-color: #DE97A3; }
a { background-color: rgb(222,151,163); }
div.DivClassName
{
background-color: #DE97A3;
}
.BgClassName
{
background-color: #DE97A3;
}
</style>
border-color css
<style>
span { border-color: #DE97A3; }
span { border-color: rgb(222,151,163); }
td.TdClassName
{
border-color: #DE97A3;
}
.TagClassName
{
border-color: #DE97A3;
}
</style>