Shades of Kobi #D587AF
Tints of Kobi #D587AF
RGB
CMYK
RGB Variations
Color information
#D587AF (or 0xD587AF) is known color: Kobi. HEX triplet: D5, 87 and AF. RGB value is (213,135,175). Sum of RGB (Red+Green+Blue) = 213+135+175=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D587AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D587AF is #2A7850. Grayscale: #A2A2A2. Windows color (decimal): -2783313 or 11503573. OLE color: 11503573.
HSL color Cylindrical-coordinate representation of color #D587AF: hue angle of 329.23º 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 #D587AF is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 175 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.16 |
| HSL | 329.23º | 0.48% | 0.68% | - |
| HSV(B) | 329.23º | 0.37% | 0.84% | - |
| XYZ | 43.84 | 34.57 | 44.92 | - |
| YUV | 162.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 175 | 0 | 0.37 | 0.18 | 0.16 | 329.23 | 0.48 | 0.68 |
| Hex | D5 | 87 | AF | 0 | 25 | 12 | 10 | 149 | 30 | 44 |
| Octal | 325 | 207 | 257 | 0 | 45 | 22 | 20 | 511 | 60 | 104 |
| Binary | 11010101 | 10000111 | 10101111 | 0 | 100101 | 10010 | 10000 | 101001001 | 110000 | 1000100 |
Color Harmonies of #D587AF
Complementary color
Monochromatic Colors of #D587AF
Black with #D587AF
Text Example
Text Example
White with #D587AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D587AF; }
p { color: rgb(213,135,175); }
H1.HeaderClassName
{
color: #D587AF;
}
.AnyTagClassName
{
color: #D587AF;
}
</style>
background-color css
<style>
a { background-color: #D587AF; }
a { background-color: rgb(213,135,175); }
div.DivClassName
{
background-color: #D587AF;
}
.BgClassName
{
background-color: #D587AF;
}
</style>
border-color css
<style>
span { border-color: #D587AF; }
span { border-color: rgb(213,135,175); }
td.TdClassName
{
border-color: #D587AF;
}
.TagClassName
{
border-color: #D587AF;
}
</style>