Shades of Kobi #D38BA8
Tints of Kobi #D38BA8
RGB
CMYK
RGB Variations
Color information
#D38BA8 (or 0xD38BA8) is known color: Kobi. HEX triplet: D3, 8B and A8. RGB value is (211,139,168). Sum of RGB (Red+Green+Blue) = 211+139+168=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38BA8 is #2C7457. Grayscale: #A3A3A3. Windows color (decimal): -2913368 or 11045843. OLE color: 11045843.
HSL color Cylindrical-coordinate representation of color #D38BA8: hue angle of 335.83º 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 #D38BA8 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 168 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.17 |
| HSL | 335.83º | 0.45% | 0.69% | - |
| HSV(B) | 335.83º | 0.34% | 0.83% | - |
| XYZ | 43.16 | 35.14 | 41.55 | - |
| YUV | 163.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 168 | 0 | 0.34 | 0.20 | 0.17 | 335.83 | 0.45 | 0.69 |
| Hex | D3 | 8B | A8 | 0 | 22 | 14 | 11 | 150 | 2D | 45 |
| Octal | 323 | 213 | 250 | 0 | 42 | 24 | 21 | 520 | 55 | 105 |
| Binary | 11010011 | 10001011 | 10101000 | 0 | 100010 | 10100 | 10001 | 101010000 | 101101 | 1000101 |
Color Harmonies of #D38BA8
Complementary color
Monochromatic Colors of #D38BA8
Black with #D38BA8
Text Example
Text Example
White with #D38BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BA8; }
p { color: rgb(211,139,168); }
H1.HeaderClassName
{
color: #D38BA8;
}
.AnyTagClassName
{
color: #D38BA8;
}
</style>
background-color css
<style>
a { background-color: #D38BA8; }
a { background-color: rgb(211,139,168); }
div.DivClassName
{
background-color: #D38BA8;
}
.BgClassName
{
background-color: #D38BA8;
}
</style>
border-color css
<style>
span { border-color: #D38BA8; }
span { border-color: rgb(211,139,168); }
td.TdClassName
{
border-color: #D38BA8;
}
.TagClassName
{
border-color: #D38BA8;
}
</style>