Shades of Kobi #D193AD
Tints of Kobi #D193AD
RGB
CMYK
RGB Variations
Color information
#D193AD (or 0xD193AD) is known color: Kobi. HEX triplet: D1, 93 and AD. RGB value is (209,147,173). Sum of RGB (Red+Green+Blue) = 209+147+173=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D193AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D193AD is #2E6C52. Grayscale: #A8A8A8. Windows color (decimal): -3042387 or 11375569. OLE color: 11375569.
HSL color Cylindrical-coordinate representation of color #D193AD: hue angle of 334.84º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D193AD is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 173 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.18 |
| HSL | 334.84º | 0.4% | 0.7% | - |
| HSV(B) | 334.84º | 0.3% | 0.82% | - |
| XYZ | 44.27 | 37.44 | 44.43 | - |
| YUV | 168.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 173 | 0 | 0.30 | 0.17 | 0.18 | 334.84 | 0.4 | 0.7 |
| Hex | D1 | 93 | AD | 0 | 1E | 11 | 12 | 14F | 28 | 46 |
| Octal | 321 | 223 | 255 | 0 | 36 | 21 | 22 | 517 | 50 | 106 |
| Binary | 11010001 | 10010011 | 10101101 | 0 | 11110 | 10001 | 10010 | 101001111 | 101000 | 1000110 |
Color Harmonies of #D193AD
Complementary color
Monochromatic Colors of #D193AD
Black with #D193AD
Text Example
Text Example
White with #D193AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193AD; }
p { color: rgb(209,147,173); }
H1.HeaderClassName
{
color: #D193AD;
}
.AnyTagClassName
{
color: #D193AD;
}
</style>
background-color css
<style>
a { background-color: #D193AD; }
a { background-color: rgb(209,147,173); }
div.DivClassName
{
background-color: #D193AD;
}
.BgClassName
{
background-color: #D193AD;
}
</style>
border-color css
<style>
span { border-color: #D193AD; }
span { border-color: rgb(209,147,173); }
td.TdClassName
{
border-color: #D193AD;
}
.TagClassName
{
border-color: #D193AD;
}
</style>