Shades of Kobi #D38BA9
Tints of Kobi #D38BA9
RGB
CMYK
RGB Variations
Color information
#D38BA9 (or 0xD38BA9) is known color: Kobi. HEX triplet: D3, 8B and A9. RGB value is (211,139,169). Sum of RGB (Red+Green+Blue) = 211+139+169=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38BA9 is #2C7456. Grayscale: #A3A3A3. Windows color (decimal): -2913367 or 11111379. OLE color: 11111379.
HSL color Cylindrical-coordinate representation of color #D38BA9: hue angle of 335º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38BA9 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 169 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.17 |
| HSL | 335º | 0.45% | 0.69% | - |
| HSV(B) | 335º | 0.34% | 0.83% | - |
| XYZ | 43.26 | 35.18 | 42.05 | - |
| YUV | 163.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 169 | 0 | 0.34 | 0.20 | 0.17 | 335 | 0.45 | 0.69 |
| Hex | D3 | 8B | A9 | 0 | 22 | 14 | 11 | 14F | 2D | 45 |
| Octal | 323 | 213 | 251 | 0 | 42 | 24 | 21 | 517 | 55 | 105 |
| Binary | 11010011 | 10001011 | 10101001 | 0 | 100010 | 10100 | 10001 | 101001111 | 101101 | 1000101 |
Color Harmonies of #D38BA9
Complementary color
Monochromatic Colors of #D38BA9
Black with #D38BA9
Text Example
Text Example
White with #D38BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BA9; }
p { color: rgb(211,139,169); }
H1.HeaderClassName
{
color: #D38BA9;
}
.AnyTagClassName
{
color: #D38BA9;
}
</style>
background-color css
<style>
a { background-color: #D38BA9; }
a { background-color: rgb(211,139,169); }
div.DivClassName
{
background-color: #D38BA9;
}
.BgClassName
{
background-color: #D38BA9;
}
</style>
border-color css
<style>
span { border-color: #D38BA9; }
span { border-color: rgb(211,139,169); }
td.TdClassName
{
border-color: #D38BA9;
}
.TagClassName
{
border-color: #D38BA9;
}
</style>