Shades of Kobi #D49FB2
Tints of Kobi #D49FB2
RGB
CMYK
RGB Variations
Color information
#D49FB2 (or 0xD49FB2) is known color: Kobi. HEX triplet: D4, 9F and B2. RGB value is (212,159,178). Sum of RGB (Red+Green+Blue) = 212+159+178=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49FB2 is #2B604D. Grayscale: #B0B0B0. Windows color (decimal): -2842702 or 11706324. OLE color: 11706324.
HSL color Cylindrical-coordinate representation of color #D49FB2: hue angle of 338.49º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FB2 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 178 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.17 |
| HSL | 338.49º | 0.38% | 0.73% | - |
| HSV(B) | 338.49º | 0.25% | 0.83% | - |
| XYZ | 47.59 | 42.01 | 47.72 | - |
| YUV | 177.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 178 | 0 | 0.25 | 0.16 | 0.17 | 338.49 | 0.38 | 0.73 |
| Hex | D4 | 9F | B2 | 0 | 19 | 10 | 11 | 152 | 26 | 49 |
| Octal | 324 | 237 | 262 | 0 | 31 | 20 | 21 | 522 | 46 | 111 |
| Binary | 11010100 | 10011111 | 10110010 | 0 | 11001 | 10000 | 10001 | 101010010 | 100110 | 1001001 |
Color Harmonies of #D49FB2
Complementary color
Monochromatic Colors of #D49FB2
Black with #D49FB2
Text Example
Text Example
White with #D49FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FB2; }
p { color: rgb(212,159,178); }
H1.HeaderClassName
{
color: #D49FB2;
}
.AnyTagClassName
{
color: #D49FB2;
}
</style>
background-color css
<style>
a { background-color: #D49FB2; }
a { background-color: rgb(212,159,178); }
div.DivClassName
{
background-color: #D49FB2;
}
.BgClassName
{
background-color: #D49FB2;
}
</style>
border-color css
<style>
span { border-color: #D49FB2; }
span { border-color: rgb(212,159,178); }
td.TdClassName
{
border-color: #D49FB2;
}
.TagClassName
{
border-color: #D49FB2;
}
</style>