Shades of Kobi #D97FB0
Tints of Kobi #D97FB0
RGB
CMYK
RGB Variations
Color information
#D97FB0 (or 0xD97FB0) is known color: Kobi. HEX triplet: D9, 7F and B0. RGB value is (217,127,176). Sum of RGB (Red+Green+Blue) = 217+127+176=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97FB0 is #26804F. Grayscale: #9F9F9F. Windows color (decimal): -2523216 or 11567065. OLE color: 11567065.
HSL color Cylindrical-coordinate representation of color #D97FB0: hue angle of 327.33º 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 #D97FB0 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 176 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.15 |
| HSL | 327.33º | 0.54% | 0.67% | - |
| HSV(B) | 327.33º | 0.41% | 0.85% | - |
| XYZ | 44.04 | 33.07 | 45.14 | - |
| YUV | 159.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 176 | 0 | 0.41 | 0.19 | 0.15 | 327.33 | 0.54 | 0.67 |
| Hex | D9 | 7F | B0 | 0 | 29 | 13 | F | 147 | 36 | 43 |
| Octal | 331 | 177 | 260 | 0 | 51 | 23 | 17 | 507 | 66 | 103 |
| Binary | 11011001 | 1111111 | 10110000 | 0 | 101001 | 10011 | 1111 | 101000111 | 110110 | 1000011 |
Color Harmonies of #D97FB0
Complementary color
Monochromatic Colors of #D97FB0
Black with #D97FB0
Text Example
Text Example
White with #D97FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97FB0; }
p { color: rgb(217,127,176); }
H1.HeaderClassName
{
color: #D97FB0;
}
.AnyTagClassName
{
color: #D97FB0;
}
</style>
background-color css
<style>
a { background-color: #D97FB0; }
a { background-color: rgb(217,127,176); }
div.DivClassName
{
background-color: #D97FB0;
}
.BgClassName
{
background-color: #D97FB0;
}
</style>
border-color css
<style>
span { border-color: #D97FB0; }
span { border-color: rgb(217,127,176); }
td.TdClassName
{
border-color: #D97FB0;
}
.TagClassName
{
border-color: #D97FB0;
}
</style>