Shades of Kobi #D49DB1
Tints of Kobi #D49DB1
RGB
CMYK
RGB Variations
Color information
#D49DB1 (or 0xD49DB1) is known color: Kobi. HEX triplet: D4, 9D and B1. RGB value is (212,157,177). Sum of RGB (Red+Green+Blue) = 212+157+177=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49DB1 is #2B624E. Grayscale: #AFAFAF. Windows color (decimal): -2843215 or 11640276. OLE color: 11640276.
HSL color Cylindrical-coordinate representation of color #D49DB1: hue angle of 338.18º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49DB1 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 177 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.17 |
| HSL | 338.18º | 0.39% | 0.72% | - |
| HSV(B) | 338.18º | 0.26% | 0.83% | - |
| XYZ | 47.14 | 41.29 | 47.08 | - |
| YUV | 175.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 177 | 0 | 0.26 | 0.17 | 0.17 | 338.18 | 0.39 | 0.72 |
| Hex | D4 | 9D | B1 | 0 | 1A | 11 | 11 | 152 | 27 | 48 |
| Octal | 324 | 235 | 261 | 0 | 32 | 21 | 21 | 522 | 47 | 110 |
| Binary | 11010100 | 10011101 | 10110001 | 0 | 11010 | 10001 | 10001 | 101010010 | 100111 | 1001000 |
Color Harmonies of #D49DB1
Complementary color
Monochromatic Colors of #D49DB1
Black with #D49DB1
Text Example
Text Example
White with #D49DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DB1; }
p { color: rgb(212,157,177); }
H1.HeaderClassName
{
color: #D49DB1;
}
.AnyTagClassName
{
color: #D49DB1;
}
</style>
background-color css
<style>
a { background-color: #D49DB1; }
a { background-color: rgb(212,157,177); }
div.DivClassName
{
background-color: #D49DB1;
}
.BgClassName
{
background-color: #D49DB1;
}
</style>
border-color css
<style>
span { border-color: #D49DB1; }
span { border-color: rgb(212,157,177); }
td.TdClassName
{
border-color: #D49DB1;
}
.TagClassName
{
border-color: #D49DB1;
}
</style>