Shades of Kobi #D194B0
Tints of Kobi #D194B0
RGB
CMYK
RGB Variations
Color information
#D194B0 (or 0xD194B0) is known color: Kobi. HEX triplet: D1, 94 and B0. RGB value is (209,148,176). Sum of RGB (Red+Green+Blue) = 209+148+176=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D194B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D194B0 is #2E6B4F. Grayscale: #A9A9A9. Windows color (decimal): -3042128 or 11572433. OLE color: 11572433.
HSL color Cylindrical-coordinate representation of color #D194B0: hue angle of 332.46º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D194B0 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 176 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.18 |
| HSL | 332.46º | 0.4% | 0.7% | - |
| HSV(B) | 332.46º | 0.29% | 0.82% | - |
| XYZ | 44.72 | 37.87 | 46.03 | - |
| YUV | 169.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 176 | 0 | 0.29 | 0.16 | 0.18 | 332.46 | 0.4 | 0.7 |
| Hex | D1 | 94 | B0 | 0 | 1D | 10 | 12 | 14C | 28 | 46 |
| Octal | 321 | 224 | 260 | 0 | 35 | 20 | 22 | 514 | 50 | 106 |
| Binary | 11010001 | 10010100 | 10110000 | 0 | 11101 | 10000 | 10010 | 101001100 | 101000 | 1000110 |
Color Harmonies of #D194B0
Complementary color
Monochromatic Colors of #D194B0
Black with #D194B0
Text Example
Text Example
White with #D194B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194B0; }
p { color: rgb(209,148,176); }
H1.HeaderClassName
{
color: #D194B0;
}
.AnyTagClassName
{
color: #D194B0;
}
</style>
background-color css
<style>
a { background-color: #D194B0; }
a { background-color: rgb(209,148,176); }
div.DivClassName
{
background-color: #D194B0;
}
.BgClassName
{
background-color: #D194B0;
}
</style>
border-color css
<style>
span { border-color: #D194B0; }
span { border-color: rgb(209,148,176); }
td.TdClassName
{
border-color: #D194B0;
}
.TagClassName
{
border-color: #D194B0;
}
</style>