Shades of Kobi #D97BAC
Tints of Kobi #D97BAC
RGB
CMYK
RGB Variations
Color information
#D97BAC (or 0xD97BAC) is known color: Kobi. HEX triplet: D9, 7B and AC. RGB value is (217,123,172). Sum of RGB (Red+Green+Blue) = 217+123+172=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97BAC is #268453. Grayscale: #9C9C9C. Windows color (decimal): -2524244 or 11303897. OLE color: 11303897.
HSL color Cylindrical-coordinate representation of color #D97BAC: hue angle of 328.72º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97BAC is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 172 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.15 |
| HSL | 328.72º | 0.55% | 0.67% | - |
| HSV(B) | 328.72º | 0.43% | 0.85% | - |
| XYZ | 43.14 | 31.9 | 42.91 | - |
| YUV | 156.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 172 | 0 | 0.43 | 0.21 | 0.15 | 328.72 | 0.55 | 0.67 |
| Hex | D9 | 7B | AC | 0 | 2B | 15 | F | 149 | 37 | 43 |
| Octal | 331 | 173 | 254 | 0 | 53 | 25 | 17 | 511 | 67 | 103 |
| Binary | 11011001 | 1111011 | 10101100 | 0 | 101011 | 10101 | 1111 | 101001001 | 110111 | 1000011 |
Color Harmonies of #D97BAC
Complementary color
Monochromatic Colors of #D97BAC
Black with #D97BAC
Text Example
Text Example
White with #D97BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BAC; }
p { color: rgb(217,123,172); }
H1.HeaderClassName
{
color: #D97BAC;
}
.AnyTagClassName
{
color: #D97BAC;
}
</style>
background-color css
<style>
a { background-color: #D97BAC; }
a { background-color: rgb(217,123,172); }
div.DivClassName
{
background-color: #D97BAC;
}
.BgClassName
{
background-color: #D97BAC;
}
</style>
border-color css
<style>
span { border-color: #D97BAC; }
span { border-color: rgb(217,123,172); }
td.TdClassName
{
border-color: #D97BAC;
}
.TagClassName
{
border-color: #D97BAC;
}
</style>