Shades of Kobi #D58DA9
Tints of Kobi #D58DA9
RGB
CMYK
RGB Variations
Color information
#D58DA9 (or 0xD58DA9) is known color: Kobi. HEX triplet: D5, 8D and A9. RGB value is (213,141,169). Sum of RGB (Red+Green+Blue) = 213+141+169=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58DA9 is #2A7256. Grayscale: #A5A5A5. Windows color (decimal): -2781783 or 11111893. OLE color: 11111893.
HSL color Cylindrical-coordinate representation of color #D58DA9: hue angle of 336.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DA9 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 169 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.16 |
| HSL | 336.67º | 0.46% | 0.69% | - |
| HSV(B) | 336.67º | 0.34% | 0.84% | - |
| XYZ | 44.13 | 36.06 | 42.17 | - |
| YUV | 165.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 169 | 0 | 0.34 | 0.21 | 0.16 | 336.67 | 0.46 | 0.69 |
| Hex | D5 | 8D | A9 | 0 | 22 | 15 | 10 | 151 | 2E | 45 |
| Octal | 325 | 215 | 251 | 0 | 42 | 25 | 20 | 521 | 56 | 105 |
| Binary | 11010101 | 10001101 | 10101001 | 0 | 100010 | 10101 | 10000 | 101010001 | 101110 | 1000101 |
Color Harmonies of #D58DA9
Complementary color
Monochromatic Colors of #D58DA9
Black with #D58DA9
Text Example
Text Example
White with #D58DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DA9; }
p { color: rgb(213,141,169); }
H1.HeaderClassName
{
color: #D58DA9;
}
.AnyTagClassName
{
color: #D58DA9;
}
</style>
background-color css
<style>
a { background-color: #D58DA9; }
a { background-color: rgb(213,141,169); }
div.DivClassName
{
background-color: #D58DA9;
}
.BgClassName
{
background-color: #D58DA9;
}
</style>
border-color css
<style>
span { border-color: #D58DA9; }
span { border-color: rgb(213,141,169); }
td.TdClassName
{
border-color: #D58DA9;
}
.TagClassName
{
border-color: #D58DA9;
}
</style>