Shades of Kobi #D58BA8
Tints of Kobi #D58BA8
RGB
CMYK
RGB Variations
Color information
#D58BA8 (or 0xD58BA8) is known color: Kobi. HEX triplet: D5, 8B and A8. RGB value is (213,139,168). Sum of RGB (Red+Green+Blue) = 213+139+168=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58BA8 is #2A7457. Grayscale: #A4A4A4. Windows color (decimal): -2782296 or 11045845. OLE color: 11045845.
HSL color Cylindrical-coordinate representation of color #D58BA8: hue angle of 336.49º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58BA8 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 168 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.16 |
| HSL | 336.49º | 0.47% | 0.69% | - |
| HSV(B) | 336.49º | 0.35% | 0.84% | - |
| XYZ | 43.74 | 35.44 | 41.58 | - |
| YUV | 164.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 168 | 0 | 0.35 | 0.21 | 0.16 | 336.49 | 0.47 | 0.69 |
| Hex | D5 | 8B | A8 | 0 | 23 | 15 | 10 | 150 | 2F | 45 |
| Octal | 325 | 213 | 250 | 0 | 43 | 25 | 20 | 520 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10101000 | 0 | 100011 | 10101 | 10000 | 101010000 | 101111 | 1000101 |
Color Harmonies of #D58BA8
Complementary color
Monochromatic Colors of #D58BA8
Black with #D58BA8
Text Example
Text Example
White with #D58BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BA8; }
p { color: rgb(213,139,168); }
H1.HeaderClassName
{
color: #D58BA8;
}
.AnyTagClassName
{
color: #D58BA8;
}
</style>
background-color css
<style>
a { background-color: #D58BA8; }
a { background-color: rgb(213,139,168); }
div.DivClassName
{
background-color: #D58BA8;
}
.BgClassName
{
background-color: #D58BA8;
}
</style>
border-color css
<style>
span { border-color: #D58BA8; }
span { border-color: rgb(213,139,168); }
td.TdClassName
{
border-color: #D58BA8;
}
.TagClassName
{
border-color: #D58BA8;
}
</style>