Shades of Kobi #D588AA
Tints of Kobi #D588AA
RGB
CMYK
RGB Variations
Color information
#D588AA (or 0xD588AA) is known color: Kobi. HEX triplet: D5, 88 and AA. RGB value is (213,136,170). Sum of RGB (Red+Green+Blue) = 213+136+170=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D588AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D588AA is #2A7755. Grayscale: #A2A2A2. Windows color (decimal): -2783062 or 11176149. OLE color: 11176149.
HSL color Cylindrical-coordinate representation of color #D588AA: hue angle of 333.51º 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 #D588AA is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 170 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.16 |
| HSL | 333.51º | 0.48% | 0.68% | - |
| HSV(B) | 333.51º | 0.36% | 0.84% | - |
| XYZ | 43.5 | 34.66 | 42.43 | - |
| YUV | 162.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 170 | 0 | 0.36 | 0.20 | 0.16 | 333.51 | 0.48 | 0.68 |
| Hex | D5 | 88 | AA | 0 | 24 | 14 | 10 | 14E | 30 | 44 |
| Octal | 325 | 210 | 252 | 0 | 44 | 24 | 20 | 516 | 60 | 104 |
| Binary | 11010101 | 10001000 | 10101010 | 0 | 100100 | 10100 | 10000 | 101001110 | 110000 | 1000100 |
Color Harmonies of #D588AA
Complementary color
Monochromatic Colors of #D588AA
Black with #D588AA
Text Example
Text Example
White with #D588AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588AA; }
p { color: rgb(213,136,170); }
H1.HeaderClassName
{
color: #D588AA;
}
.AnyTagClassName
{
color: #D588AA;
}
</style>
background-color css
<style>
a { background-color: #D588AA; }
a { background-color: rgb(213,136,170); }
div.DivClassName
{
background-color: #D588AA;
}
.BgClassName
{
background-color: #D588AA;
}
</style>
border-color css
<style>
span { border-color: #D588AA; }
span { border-color: rgb(213,136,170); }
td.TdClassName
{
border-color: #D588AA;
}
.TagClassName
{
border-color: #D588AA;
}
</style>