Shades of Kobi #D588AF
Tints of Kobi #D588AF
RGB
CMYK
RGB Variations
Color information
#D588AF (or 0xD588AF) is known color: Kobi. HEX triplet: D5, 88 and AF. RGB value is (213,136,175). Sum of RGB (Red+Green+Blue) = 213+136+175=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D588AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D588AF is #2A7750. Grayscale: #A3A3A3. Windows color (decimal): -2783057 or 11503829. OLE color: 11503829.
HSL color Cylindrical-coordinate representation of color #D588AF: hue angle of 329.61º 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 #D588AF is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 175 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.16 |
| HSL | 329.61º | 0.48% | 0.68% | - |
| HSV(B) | 329.61º | 0.36% | 0.84% | - |
| XYZ | 43.98 | 34.85 | 44.97 | - |
| YUV | 163.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 175 | 0 | 0.36 | 0.18 | 0.16 | 329.61 | 0.48 | 0.68 |
| Hex | D5 | 88 | AF | 0 | 24 | 12 | 10 | 14A | 30 | 44 |
| Octal | 325 | 210 | 257 | 0 | 44 | 22 | 20 | 512 | 60 | 104 |
| Binary | 11010101 | 10001000 | 10101111 | 0 | 100100 | 10010 | 10000 | 101001010 | 110000 | 1000100 |
Color Harmonies of #D588AF
Complementary color
Monochromatic Colors of #D588AF
Black with #D588AF
Text Example
Text Example
White with #D588AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588AF; }
p { color: rgb(213,136,175); }
H1.HeaderClassName
{
color: #D588AF;
}
.AnyTagClassName
{
color: #D588AF;
}
</style>
background-color css
<style>
a { background-color: #D588AF; }
a { background-color: rgb(213,136,175); }
div.DivClassName
{
background-color: #D588AF;
}
.BgClassName
{
background-color: #D588AF;
}
</style>
border-color css
<style>
span { border-color: #D588AF; }
span { border-color: rgb(213,136,175); }
td.TdClassName
{
border-color: #D588AF;
}
.TagClassName
{
border-color: #D588AF;
}
</style>