Shades of Kobi #D587B4
Tints of Kobi #D587B4
RGB
CMYK
RGB Variations
Color information
#D587B4 (or 0xD587B4) is known color: Kobi. HEX triplet: D5, 87 and B4. RGB value is (213,135,180). Sum of RGB (Red+Green+Blue) = 213+135+180=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D587B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587B4 is #2A784B. Grayscale: #A3A3A3. Windows color (decimal): -2783308 or 11831253. OLE color: 11831253.
HSL color Cylindrical-coordinate representation of color #D587B4: hue angle of 325.38º 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 #D587B4 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 180 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.16 |
| HSL | 325.38º | 0.48% | 0.68% | - |
| HSV(B) | 325.38º | 0.37% | 0.84% | - |
| XYZ | 44.34 | 34.77 | 47.55 | - |
| YUV | 163.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 180 | 0 | 0.37 | 0.15 | 0.16 | 325.38 | 0.48 | 0.68 |
| Hex | D5 | 87 | B4 | 0 | 25 | F | 10 | 145 | 30 | 44 |
| Octal | 325 | 207 | 264 | 0 | 45 | 17 | 20 | 505 | 60 | 104 |
| Binary | 11010101 | 10000111 | 10110100 | 0 | 100101 | 1111 | 10000 | 101000101 | 110000 | 1000100 |
Color Harmonies of #D587B4
Complementary color
Monochromatic Colors of #D587B4
Black with #D587B4
Text Example
Text Example
White with #D587B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D587B4; }
p { color: rgb(213,135,180); }
H1.HeaderClassName
{
color: #D587B4;
}
.AnyTagClassName
{
color: #D587B4;
}
</style>
background-color css
<style>
a { background-color: #D587B4; }
a { background-color: rgb(213,135,180); }
div.DivClassName
{
background-color: #D587B4;
}
.BgClassName
{
background-color: #D587B4;
}
</style>
border-color css
<style>
span { border-color: #D587B4; }
span { border-color: rgb(213,135,180); }
td.TdClassName
{
border-color: #D587B4;
}
.TagClassName
{
border-color: #D587B4;
}
</style>