Shades of Kobi #D588B0
Tints of Kobi #D588B0
RGB
CMYK
RGB Variations
Color information
#D588B0 (or 0xD588B0) is known color: Kobi. HEX triplet: D5, 88 and B0. RGB value is (213,136,176). Sum of RGB (Red+Green+Blue) = 213+136+176=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D588B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D588B0 is #2A774F. Grayscale: #A3A3A3. Windows color (decimal): -2783056 or 11569365. OLE color: 11569365.
HSL color Cylindrical-coordinate representation of color #D588B0: hue angle of 328.83º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D588B0 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 176 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.16 |
| HSL | 328.83º | 0.48% | 0.68% | - |
| HSV(B) | 328.83º | 0.36% | 0.84% | - |
| XYZ | 44.08 | 34.89 | 45.49 | - |
| YUV | 163.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 176 | 0 | 0.36 | 0.17 | 0.16 | 328.83 | 0.48 | 0.68 |
| Hex | D5 | 88 | B0 | 0 | 24 | 11 | 10 | 149 | 30 | 44 |
| Octal | 325 | 210 | 260 | 0 | 44 | 21 | 20 | 511 | 60 | 104 |
| Binary | 11010101 | 10001000 | 10110000 | 0 | 100100 | 10001 | 10000 | 101001001 | 110000 | 1000100 |
Color Harmonies of #D588B0
Complementary color
Monochromatic Colors of #D588B0
Black with #D588B0
Text Example
Text Example
White with #D588B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588B0; }
p { color: rgb(213,136,176); }
H1.HeaderClassName
{
color: #D588B0;
}
.AnyTagClassName
{
color: #D588B0;
}
</style>
background-color css
<style>
a { background-color: #D588B0; }
a { background-color: rgb(213,136,176); }
div.DivClassName
{
background-color: #D588B0;
}
.BgClassName
{
background-color: #D588B0;
}
</style>
border-color css
<style>
span { border-color: #D588B0; }
span { border-color: rgb(213,136,176); }
td.TdClassName
{
border-color: #D588B0;
}
.TagClassName
{
border-color: #D588B0;
}
</style>