Shades of Kobi #D587B3
Tints of Kobi #D587B3
RGB
CMYK
RGB Variations
Color information
#D587B3 (or 0xD587B3) is known color: Kobi. HEX triplet: D5, 87 and B3. RGB value is (213,135,179). Sum of RGB (Red+Green+Blue) = 213+135+179=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D587B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587B3 is #2A784C. Grayscale: #A3A3A3. Windows color (decimal): -2783309 or 11765717. OLE color: 11765717.
HSL color Cylindrical-coordinate representation of color #D587B3: hue angle of 326.15º 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 #D587B3 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 179 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.16 |
| HSL | 326.15º | 0.48% | 0.68% | - |
| HSV(B) | 326.15º | 0.37% | 0.84% | - |
| XYZ | 44.24 | 34.73 | 47.02 | - |
| YUV | 163.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 179 | 0 | 0.37 | 0.16 | 0.16 | 326.15 | 0.48 | 0.68 |
| Hex | D5 | 87 | B3 | 0 | 25 | 10 | 10 | 146 | 30 | 44 |
| Octal | 325 | 207 | 263 | 0 | 45 | 20 | 20 | 506 | 60 | 104 |
| Binary | 11010101 | 10000111 | 10110011 | 0 | 100101 | 10000 | 10000 | 101000110 | 110000 | 1000100 |
Color Harmonies of #D587B3
Complementary color
Monochromatic Colors of #D587B3
Black with #D587B3
Text Example
Text Example
White with #D587B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D587B3; }
p { color: rgb(213,135,179); }
H1.HeaderClassName
{
color: #D587B3;
}
.AnyTagClassName
{
color: #D587B3;
}
</style>
background-color css
<style>
a { background-color: #D587B3; }
a { background-color: rgb(213,135,179); }
div.DivClassName
{
background-color: #D587B3;
}
.BgClassName
{
background-color: #D587B3;
}
</style>
border-color css
<style>
span { border-color: #D587B3; }
span { border-color: rgb(213,135,179); }
td.TdClassName
{
border-color: #D587B3;
}
.TagClassName
{
border-color: #D587B3;
}
</style>