Shades of Kobi #D588AD
Tints of Kobi #D588AD
RGB
CMYK
RGB Variations
Color information
#D588AD (or 0xD588AD) is known color: Kobi. HEX triplet: D5, 88 and AD. RGB value is (213,136,173). Sum of RGB (Red+Green+Blue) = 213+136+173=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D588AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D588AD is #2A7752. Grayscale: #A3A3A3. Windows color (decimal): -2783059 or 11372757. OLE color: 11372757.
HSL color Cylindrical-coordinate representation of color #D588AD: hue angle of 331.17º 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 #D588AD is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 173 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.16 |
| HSL | 331.17º | 0.48% | 0.68% | - |
| HSV(B) | 331.17º | 0.36% | 0.84% | - |
| XYZ | 43.79 | 34.77 | 43.94 | - |
| YUV | 163.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 173 | 0 | 0.36 | 0.19 | 0.16 | 331.17 | 0.48 | 0.68 |
| Hex | D5 | 88 | AD | 0 | 24 | 13 | 10 | 14B | 30 | 44 |
| Octal | 325 | 210 | 255 | 0 | 44 | 23 | 20 | 513 | 60 | 104 |
| Binary | 11010101 | 10001000 | 10101101 | 0 | 100100 | 10011 | 10000 | 101001011 | 110000 | 1000100 |
Color Harmonies of #D588AD
Complementary color
Monochromatic Colors of #D588AD
Black with #D588AD
Text Example
Text Example
White with #D588AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588AD; }
p { color: rgb(213,136,173); }
H1.HeaderClassName
{
color: #D588AD;
}
.AnyTagClassName
{
color: #D588AD;
}
</style>
background-color css
<style>
a { background-color: #D588AD; }
a { background-color: rgb(213,136,173); }
div.DivClassName
{
background-color: #D588AD;
}
.BgClassName
{
background-color: #D588AD;
}
</style>
border-color css
<style>
span { border-color: #D588AD; }
span { border-color: rgb(213,136,173); }
td.TdClassName
{
border-color: #D588AD;
}
.TagClassName
{
border-color: #D588AD;
}
</style>