Shades of Kobi #D586AA
Tints of Kobi #D586AA
RGB
CMYK
RGB Variations
Color information
#D586AA (or 0xD586AA) is known color: Kobi. HEX triplet: D5, 86 and AA. RGB value is (213,134,170). Sum of RGB (Red+Green+Blue) = 213+134+170=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D586AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D586AA is #2A7955. Grayscale: #A1A1A1. Windows color (decimal): -2783574 or 11175637. OLE color: 11175637.
HSL color Cylindrical-coordinate representation of color #D586AA: hue angle of 332.66º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D586AA is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 170 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.16 |
| HSL | 332.66º | 0.48% | 0.68% | - |
| HSV(B) | 332.66º | 0.37% | 0.84% | - |
| XYZ | 43.22 | 34.1 | 42.33 | - |
| YUV | 161.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 170 | 0 | 0.37 | 0.20 | 0.16 | 332.66 | 0.48 | 0.68 |
| Hex | D5 | 86 | AA | 0 | 25 | 14 | 10 | 14D | 30 | 44 |
| Octal | 325 | 206 | 252 | 0 | 45 | 24 | 20 | 515 | 60 | 104 |
| Binary | 11010101 | 10000110 | 10101010 | 0 | 100101 | 10100 | 10000 | 101001101 | 110000 | 1000100 |
Color Harmonies of #D586AA
Complementary color
Monochromatic Colors of #D586AA
Black with #D586AA
Text Example
Text Example
White with #D586AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D586AA; }
p { color: rgb(213,134,170); }
H1.HeaderClassName
{
color: #D586AA;
}
.AnyTagClassName
{
color: #D586AA;
}
</style>
background-color css
<style>
a { background-color: #D586AA; }
a { background-color: rgb(213,134,170); }
div.DivClassName
{
background-color: #D586AA;
}
.BgClassName
{
background-color: #D586AA;
}
</style>
border-color css
<style>
span { border-color: #D586AA; }
span { border-color: rgb(213,134,170); }
td.TdClassName
{
border-color: #D586AA;
}
.TagClassName
{
border-color: #D586AA;
}
</style>