Shades of Kobi #D39DB0
Tints of Kobi #D39DB0
RGB
CMYK
RGB Variations
Color information
#D39DB0 (or 0xD39DB0) is known color: Kobi. HEX triplet: D3, 9D and B0. RGB value is (211,157,176). Sum of RGB (Red+Green+Blue) = 211+157+176=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39DB0 is #2C624F. Grayscale: #AFAFAF. Windows color (decimal): -2908752 or 11574739. OLE color: 11574739.
HSL color Cylindrical-coordinate representation of color #D39DB0: hue angle of 338.89º degrees, saturation: 0.38, 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 #D39DB0 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 176 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.17 |
| HSL | 338.89º | 0.38% | 0.72% | - |
| HSV(B) | 338.89º | 0.26% | 0.83% | - |
| XYZ | 46.76 | 41.1 | 46.54 | - |
| YUV | 175.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 176 | 0 | 0.26 | 0.17 | 0.17 | 338.89 | 0.38 | 0.72 |
| Hex | D3 | 9D | B0 | 0 | 1A | 11 | 11 | 153 | 26 | 48 |
| Octal | 323 | 235 | 260 | 0 | 32 | 21 | 21 | 523 | 46 | 110 |
| Binary | 11010011 | 10011101 | 10110000 | 0 | 11010 | 10001 | 10001 | 101010011 | 100110 | 1001000 |
Color Harmonies of #D39DB0
Complementary color
Monochromatic Colors of #D39DB0
Black with #D39DB0
Text Example
Text Example
White with #D39DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39DB0; }
p { color: rgb(211,157,176); }
H1.HeaderClassName
{
color: #D39DB0;
}
.AnyTagClassName
{
color: #D39DB0;
}
</style>
background-color css
<style>
a { background-color: #D39DB0; }
a { background-color: rgb(211,157,176); }
div.DivClassName
{
background-color: #D39DB0;
}
.BgClassName
{
background-color: #D39DB0;
}
</style>
border-color css
<style>
span { border-color: #D39DB0; }
span { border-color: rgb(211,157,176); }
td.TdClassName
{
border-color: #D39DB0;
}
.TagClassName
{
border-color: #D39DB0;
}
</style>