Shades of Kobi #D17FB0
Tints of Kobi #D17FB0
RGB
CMYK
RGB Variations
Color information
#D17FB0 (or 0xD17FB0) is known color: Kobi. HEX triplet: D1, 7F and B0. RGB value is (209,127,176). Sum of RGB (Red+Green+Blue) = 209+127+176=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17FB0 is #2E804F. Grayscale: #9C9C9C. Windows color (decimal): -3047504 or 11567057. OLE color: 11567057.
HSL color Cylindrical-coordinate representation of color #D17FB0: hue angle of 324.15º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17FB0 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 176 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.18 |
| HSL | 324.15º | 0.47% | 0.66% | - |
| HSV(B) | 324.15º | 0.39% | 0.82% | - |
| XYZ | 41.72 | 31.87 | 45.03 | - |
| YUV | 157.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 176 | 0 | 0.39 | 0.16 | 0.18 | 324.15 | 0.47 | 0.66 |
| Hex | D1 | 7F | B0 | 0 | 27 | 10 | 12 | 144 | 2F | 42 |
| Octal | 321 | 177 | 260 | 0 | 47 | 20 | 22 | 504 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10110000 | 0 | 100111 | 10000 | 10010 | 101000100 | 101111 | 1000010 |
Color Harmonies of #D17FB0
Complementary color
Monochromatic Colors of #D17FB0
Black with #D17FB0
Text Example
Text Example
White with #D17FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FB0; }
p { color: rgb(209,127,176); }
H1.HeaderClassName
{
color: #D17FB0;
}
.AnyTagClassName
{
color: #D17FB0;
}
</style>
background-color css
<style>
a { background-color: #D17FB0; }
a { background-color: rgb(209,127,176); }
div.DivClassName
{
background-color: #D17FB0;
}
.BgClassName
{
background-color: #D17FB0;
}
</style>
border-color css
<style>
span { border-color: #D17FB0; }
span { border-color: rgb(209,127,176); }
td.TdClassName
{
border-color: #D17FB0;
}
.TagClassName
{
border-color: #D17FB0;
}
</style>