Shades of Kobi #D193B1
Tints of Kobi #D193B1
RGB
CMYK
RGB Variations
Color information
#D193B1 (or 0xD193B1) is known color: Kobi. HEX triplet: D1, 93 and B1. RGB value is (209,147,177). Sum of RGB (Red+Green+Blue) = 209+147+177=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D193B1 is #2E6C4E. Grayscale: #A8A8A8. Windows color (decimal): -3042383 or 11637713. OLE color: 11637713.
HSL color Cylindrical-coordinate representation of color #D193B1: hue angle of 330.97º 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 #D193B1 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 177 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.18 |
| HSL | 330.97º | 0.4% | 0.7% | - |
| HSV(B) | 330.97º | 0.3% | 0.82% | - |
| XYZ | 44.66 | 37.6 | 46.5 | - |
| YUV | 168.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 177 | 0 | 0.30 | 0.15 | 0.18 | 330.97 | 0.4 | 0.7 |
| Hex | D1 | 93 | B1 | 0 | 1E | F | 12 | 14B | 28 | 46 |
| Octal | 321 | 223 | 261 | 0 | 36 | 17 | 22 | 513 | 50 | 106 |
| Binary | 11010001 | 10010011 | 10110001 | 0 | 11110 | 1111 | 10010 | 101001011 | 101000 | 1000110 |
Color Harmonies of #D193B1
Complementary color
Monochromatic Colors of #D193B1
Black with #D193B1
Text Example
Text Example
White with #D193B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193B1; }
p { color: rgb(209,147,177); }
H1.HeaderClassName
{
color: #D193B1;
}
.AnyTagClassName
{
color: #D193B1;
}
</style>
background-color css
<style>
a { background-color: #D193B1; }
a { background-color: rgb(209,147,177); }
div.DivClassName
{
background-color: #D193B1;
}
.BgClassName
{
background-color: #D193B1;
}
</style>
border-color css
<style>
span { border-color: #D193B1; }
span { border-color: rgb(209,147,177); }
td.TdClassName
{
border-color: #D193B1;
}
.TagClassName
{
border-color: #D193B1;
}
</style>