Shades of Kobi #D97FA6
Tints of Kobi #D97FA6
RGB
CMYK
RGB Variations
Color information
#D97FA6 (or 0xD97FA6) is known color: Kobi. HEX triplet: D9, 7F and A6. RGB value is (217,127,166). Sum of RGB (Red+Green+Blue) = 217+127+166=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97FA6 is #268059. Grayscale: #9E9E9E. Windows color (decimal): -2523226 or 10911705. OLE color: 10911705.
HSL color Cylindrical-coordinate representation of color #D97FA6: hue angle of 334º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97FA6 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 166 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.15 |
| HSL | 334º | 0.54% | 0.67% | - |
| HSV(B) | 334º | 0.41% | 0.85% | - |
| XYZ | 43.09 | 32.68 | 40.11 | - |
| YUV | 158.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 166 | 0 | 0.41 | 0.24 | 0.15 | 334 | 0.54 | 0.67 |
| Hex | D9 | 7F | A6 | 0 | 29 | 18 | F | 14E | 36 | 43 |
| Octal | 331 | 177 | 246 | 0 | 51 | 30 | 17 | 516 | 66 | 103 |
| Binary | 11011001 | 1111111 | 10100110 | 0 | 101001 | 11000 | 1111 | 101001110 | 110110 | 1000011 |
Color Harmonies of #D97FA6
Complementary color
Monochromatic Colors of #D97FA6
Black with #D97FA6
Text Example
Text Example
White with #D97FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97FA6; }
p { color: rgb(217,127,166); }
H1.HeaderClassName
{
color: #D97FA6;
}
.AnyTagClassName
{
color: #D97FA6;
}
</style>
background-color css
<style>
a { background-color: #D97FA6; }
a { background-color: rgb(217,127,166); }
div.DivClassName
{
background-color: #D97FA6;
}
.BgClassName
{
background-color: #D97FA6;
}
</style>
border-color css
<style>
span { border-color: #D97FA6; }
span { border-color: rgb(217,127,166); }
td.TdClassName
{
border-color: #D97FA6;
}
.TagClassName
{
border-color: #D97FA6;
}
</style>