Shades of Kobi #D587AA
Tints of Kobi #D587AA
RGB
CMYK
RGB Variations
Color information
#D587AA (or 0xD587AA) is known color: Kobi. HEX triplet: D5, 87 and AA. RGB value is (213,135,170). Sum of RGB (Red+Green+Blue) = 213+135+170=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D587AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D587AA is #2A7855. Grayscale: #A2A2A2. Windows color (decimal): -2783318 or 11175893. OLE color: 11175893.
HSL color Cylindrical-coordinate representation of color #D587AA: hue angle of 333.08º 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 #D587AA is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 170 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.16 |
| HSL | 333.08º | 0.48% | 0.68% | - |
| HSV(B) | 333.08º | 0.37% | 0.84% | - |
| XYZ | 43.36 | 34.38 | 42.38 | - |
| YUV | 162.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 170 | 0 | 0.37 | 0.20 | 0.16 | 333.08 | 0.48 | 0.68 |
| Hex | D5 | 87 | AA | 0 | 25 | 14 | 10 | 14D | 30 | 44 |
| Octal | 325 | 207 | 252 | 0 | 45 | 24 | 20 | 515 | 60 | 104 |
| Binary | 11010101 | 10000111 | 10101010 | 0 | 100101 | 10100 | 10000 | 101001101 | 110000 | 1000100 |
Color Harmonies of #D587AA
Complementary color
Monochromatic Colors of #D587AA
Black with #D587AA
Text Example
Text Example
White with #D587AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D587AA; }
p { color: rgb(213,135,170); }
H1.HeaderClassName
{
color: #D587AA;
}
.AnyTagClassName
{
color: #D587AA;
}
</style>
background-color css
<style>
a { background-color: #D587AA; }
a { background-color: rgb(213,135,170); }
div.DivClassName
{
background-color: #D587AA;
}
.BgClassName
{
background-color: #D587AA;
}
</style>
border-color css
<style>
span { border-color: #D587AA; }
span { border-color: rgb(213,135,170); }
td.TdClassName
{
border-color: #D587AA;
}
.TagClassName
{
border-color: #D587AA;
}
</style>