Shades of Kobi #D190B0
Tints of Kobi #D190B0
RGB
CMYK
RGB Variations
Color information
#D190B0 (or 0xD190B0) is known color: Kobi. HEX triplet: D1, 90 and B0. RGB value is (209,144,176). Sum of RGB (Red+Green+Blue) = 209+144+176=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D190B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D190B0 is #2E6F4F. Grayscale: #A7A7A7. Windows color (decimal): -3043152 or 11571409. OLE color: 11571409.
HSL color Cylindrical-coordinate representation of color #D190B0: hue angle of 330.46º 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 #D190B0 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 176 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.18 |
| HSL | 330.46º | 0.41% | 0.69% | - |
| HSV(B) | 330.46º | 0.31% | 0.82% | - |
| XYZ | 44.1 | 36.64 | 45.82 | - |
| YUV | 167.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 176 | 0 | 0.31 | 0.16 | 0.18 | 330.46 | 0.41 | 0.69 |
| Hex | D1 | 90 | B0 | 0 | 1F | 10 | 12 | 14A | 29 | 45 |
| Octal | 321 | 220 | 260 | 0 | 37 | 20 | 22 | 512 | 51 | 105 |
| Binary | 11010001 | 10010000 | 10110000 | 0 | 11111 | 10000 | 10010 | 101001010 | 101001 | 1000101 |
Color Harmonies of #D190B0
Complementary color
Monochromatic Colors of #D190B0
Black with #D190B0
Text Example
Text Example
White with #D190B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190B0; }
p { color: rgb(209,144,176); }
H1.HeaderClassName
{
color: #D190B0;
}
.AnyTagClassName
{
color: #D190B0;
}
</style>
background-color css
<style>
a { background-color: #D190B0; }
a { background-color: rgb(209,144,176); }
div.DivClassName
{
background-color: #D190B0;
}
.BgClassName
{
background-color: #D190B0;
}
</style>
border-color css
<style>
span { border-color: #D190B0; }
span { border-color: rgb(209,144,176); }
td.TdClassName
{
border-color: #D190B0;
}
.TagClassName
{
border-color: #D190B0;
}
</style>