Shades of Kobi #D97FB2
Tints of Kobi #D97FB2
RGB
CMYK
RGB Variations
Color information
#D97FB2 (or 0xD97FB2) is known color: Kobi. HEX triplet: D9, 7F and B2. RGB value is (217,127,178). Sum of RGB (Red+Green+Blue) = 217+127+178=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97FB2 is #26804D. Grayscale: #9F9F9F. Windows color (decimal): -2523214 or 11698137. OLE color: 11698137.
HSL color Cylindrical-coordinate representation of color #D97FB2: hue angle of 326º 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 #D97FB2 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 178 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.15 |
| HSL | 326º | 0.54% | 0.67% | - |
| HSV(B) | 326º | 0.41% | 0.85% | - |
| XYZ | 44.24 | 33.14 | 46.19 | - |
| YUV | 159.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 178 | 0 | 0.41 | 0.18 | 0.15 | 326 | 0.54 | 0.67 |
| Hex | D9 | 7F | B2 | 0 | 29 | 12 | F | 146 | 36 | 43 |
| Octal | 331 | 177 | 262 | 0 | 51 | 22 | 17 | 506 | 66 | 103 |
| Binary | 11011001 | 1111111 | 10110010 | 0 | 101001 | 10010 | 1111 | 101000110 | 110110 | 1000011 |
Color Harmonies of #D97FB2
Complementary color
Monochromatic Colors of #D97FB2
Black with #D97FB2
Text Example
Text Example
White with #D97FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97FB2; }
p { color: rgb(217,127,178); }
H1.HeaderClassName
{
color: #D97FB2;
}
.AnyTagClassName
{
color: #D97FB2;
}
</style>
background-color css
<style>
a { background-color: #D97FB2; }
a { background-color: rgb(217,127,178); }
div.DivClassName
{
background-color: #D97FB2;
}
.BgClassName
{
background-color: #D97FB2;
}
</style>
border-color css
<style>
span { border-color: #D97FB2; }
span { border-color: rgb(217,127,178); }
td.TdClassName
{
border-color: #D97FB2;
}
.TagClassName
{
border-color: #D97FB2;
}
</style>