Shades of Kobi #D97EA8
Tints of Kobi #D97EA8
RGB
CMYK
RGB Variations
Color information
#D97EA8 (or 0xD97EA8) is known color: Kobi. HEX triplet: D9, 7E and A8. RGB value is (217,126,168). Sum of RGB (Red+Green+Blue) = 217+126+168=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97EA8 is #268157. Grayscale: #9D9D9D. Windows color (decimal): -2523480 or 11042521. OLE color: 11042521.
HSL color Cylindrical-coordinate representation of color #D97EA8: hue angle of 332.31º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97EA8 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 168 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.15 |
| HSL | 332.31º | 0.54% | 0.67% | - |
| HSV(B) | 332.31º | 0.42% | 0.85% | - |
| XYZ | 43.14 | 32.5 | 41.05 | - |
| YUV | 158 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 168 | 0 | 0.42 | 0.23 | 0.15 | 332.31 | 0.54 | 0.67 |
| Hex | D9 | 7E | A8 | 0 | 2A | 17 | F | 14C | 36 | 43 |
| Octal | 331 | 176 | 250 | 0 | 52 | 27 | 17 | 514 | 66 | 103 |
| Binary | 11011001 | 1111110 | 10101000 | 0 | 101010 | 10111 | 1111 | 101001100 | 110110 | 1000011 |
Color Harmonies of #D97EA8
Complementary color
Monochromatic Colors of #D97EA8
Black with #D97EA8
Text Example
Text Example
White with #D97EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97EA8; }
p { color: rgb(217,126,168); }
H1.HeaderClassName
{
color: #D97EA8;
}
.AnyTagClassName
{
color: #D97EA8;
}
</style>
background-color css
<style>
a { background-color: #D97EA8; }
a { background-color: rgb(217,126,168); }
div.DivClassName
{
background-color: #D97EA8;
}
.BgClassName
{
background-color: #D97EA8;
}
</style>
border-color css
<style>
span { border-color: #D97EA8; }
span { border-color: rgb(217,126,168); }
td.TdClassName
{
border-color: #D97EA8;
}
.TagClassName
{
border-color: #D97EA8;
}
</style>