Shades of Kobi #D191B0
Tints of Kobi #D191B0
RGB
CMYK
RGB Variations
Color information
#D191B0 (or 0xD191B0) is known color: Kobi. HEX triplet: D1, 91 and B0. RGB value is (209,145,176). Sum of RGB (Red+Green+Blue) = 209+145+176=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D191B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D191B0 is #2E6E4F. Grayscale: #A7A7A7. Windows color (decimal): -3042896 or 11571665. OLE color: 11571665.
HSL color Cylindrical-coordinate representation of color #D191B0: hue angle of 330.94º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D191B0 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 176 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.18 |
| HSL | 330.94º | 0.41% | 0.69% | - |
| HSV(B) | 330.94º | 0.31% | 0.82% | - |
| XYZ | 44.26 | 36.94 | 45.87 | - |
| YUV | 167.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 176 | 0 | 0.31 | 0.16 | 0.18 | 330.94 | 0.41 | 0.69 |
| Hex | D1 | 91 | B0 | 0 | 1F | 10 | 12 | 14B | 29 | 45 |
| Octal | 321 | 221 | 260 | 0 | 37 | 20 | 22 | 513 | 51 | 105 |
| Binary | 11010001 | 10010001 | 10110000 | 0 | 11111 | 10000 | 10010 | 101001011 | 101001 | 1000101 |
Color Harmonies of #D191B0
Complementary color
Monochromatic Colors of #D191B0
Black with #D191B0
Text Example
Text Example
White with #D191B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191B0; }
p { color: rgb(209,145,176); }
H1.HeaderClassName
{
color: #D191B0;
}
.AnyTagClassName
{
color: #D191B0;
}
</style>
background-color css
<style>
a { background-color: #D191B0; }
a { background-color: rgb(209,145,176); }
div.DivClassName
{
background-color: #D191B0;
}
.BgClassName
{
background-color: #D191B0;
}
</style>
border-color css
<style>
span { border-color: #D191B0; }
span { border-color: rgb(209,145,176); }
td.TdClassName
{
border-color: #D191B0;
}
.TagClassName
{
border-color: #D191B0;
}
</style>