Shades of Kobi #D19FB2
Tints of Kobi #D19FB2
RGB
CMYK
RGB Variations
Color information
#D19FB2 (or 0xD19FB2) is known color: Kobi. HEX triplet: D1, 9F and B2. RGB value is (209,159,178). Sum of RGB (Red+Green+Blue) = 209+159+178=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19FB2 is #2E604D. Grayscale: #B0B0B0. Windows color (decimal): -3039310 or 11706321. OLE color: 11706321.
HSL color Cylindrical-coordinate representation of color #D19FB2: hue angle of 337.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19FB2 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 178 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.18 |
| HSL | 337.2º | 0.35% | 0.72% | - |
| HSV(B) | 337.2º | 0.24% | 0.82% | - |
| XYZ | 46.73 | 41.57 | 47.68 | - |
| YUV | 176.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 178 | 0 | 0.24 | 0.15 | 0.18 | 337.2 | 0.35 | 0.72 |
| Hex | D1 | 9F | B2 | 0 | 18 | F | 12 | 151 | 23 | 48 |
| Octal | 321 | 237 | 262 | 0 | 30 | 17 | 22 | 521 | 43 | 110 |
| Binary | 11010001 | 10011111 | 10110010 | 0 | 11000 | 1111 | 10010 | 101010001 | 100011 | 1001000 |
Color Harmonies of #D19FB2
Complementary color
Monochromatic Colors of #D19FB2
Black with #D19FB2
Text Example
Text Example
White with #D19FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FB2; }
p { color: rgb(209,159,178); }
H1.HeaderClassName
{
color: #D19FB2;
}
.AnyTagClassName
{
color: #D19FB2;
}
</style>
background-color css
<style>
a { background-color: #D19FB2; }
a { background-color: rgb(209,159,178); }
div.DivClassName
{
background-color: #D19FB2;
}
.BgClassName
{
background-color: #D19FB2;
}
</style>
border-color css
<style>
span { border-color: #D19FB2; }
span { border-color: rgb(209,159,178); }
td.TdClassName
{
border-color: #D19FB2;
}
.TagClassName
{
border-color: #D19FB2;
}
</style>