Shades of Kobi #D190A7
Tints of Kobi #D190A7
RGB
CMYK
RGB Variations
Color information
#D190A7 (or 0xD190A7) is known color: Kobi. HEX triplet: D1, 90 and A7. RGB value is (209,144,167). Sum of RGB (Red+Green+Blue) = 209+144+167=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D190A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D190A7 is #2E6F58. Grayscale: #A6A6A6. Windows color (decimal): -3043161 or 10981585. OLE color: 10981585.
HSL color Cylindrical-coordinate representation of color #D190A7: hue angle of 338.77º 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 #D190A7 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 167 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.18 |
| HSL | 338.77º | 0.41% | 0.69% | - |
| HSV(B) | 338.77º | 0.31% | 0.82% | - |
| XYZ | 43.24 | 36.29 | 41.29 | - |
| YUV | 166.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 167 | 0 | 0.31 | 0.20 | 0.18 | 338.77 | 0.41 | 0.69 |
| Hex | D1 | 90 | A7 | 0 | 1F | 14 | 12 | 153 | 29 | 45 |
| Octal | 321 | 220 | 247 | 0 | 37 | 24 | 22 | 523 | 51 | 105 |
| Binary | 11010001 | 10010000 | 10100111 | 0 | 11111 | 10100 | 10010 | 101010011 | 101001 | 1000101 |
Color Harmonies of #D190A7
Complementary color
Monochromatic Colors of #D190A7
Black with #D190A7
Text Example
Text Example
White with #D190A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190A7; }
p { color: rgb(209,144,167); }
H1.HeaderClassName
{
color: #D190A7;
}
.AnyTagClassName
{
color: #D190A7;
}
</style>
background-color css
<style>
a { background-color: #D190A7; }
a { background-color: rgb(209,144,167); }
div.DivClassName
{
background-color: #D190A7;
}
.BgClassName
{
background-color: #D190A7;
}
</style>
border-color css
<style>
span { border-color: #D190A7; }
span { border-color: rgb(209,144,167); }
td.TdClassName
{
border-color: #D190A7;
}
.TagClassName
{
border-color: #D190A7;
}
</style>