Shades of Kobi #D591AA
Tints of Kobi #D591AA
RGB
CMYK
RGB Variations
Color information
#D591AA (or 0xD591AA) is known color: Kobi. HEX triplet: D5, 91 and AA. RGB value is (213,145,170). Sum of RGB (Red+Green+Blue) = 213+145+170=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D591AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D591AA is #2A6E55. Grayscale: #A8A8A8. Windows color (decimal): -2780758 or 11178453. OLE color: 11178453.
HSL color Cylindrical-coordinate representation of color #D591AA: hue angle of 337.94º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D591AA is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 170 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.16 |
| HSL | 337.94º | 0.45% | 0.7% | - |
| HSV(B) | 337.94º | 0.32% | 0.84% | - |
| XYZ | 44.82 | 37.3 | 42.87 | - |
| YUV | 168.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 170 | 0 | 0.32 | 0.20 | 0.16 | 337.94 | 0.45 | 0.7 |
| Hex | D5 | 91 | AA | 0 | 20 | 14 | 10 | 152 | 2D | 46 |
| Octal | 325 | 221 | 252 | 0 | 40 | 24 | 20 | 522 | 55 | 106 |
| Binary | 11010101 | 10010001 | 10101010 | 0 | 100000 | 10100 | 10000 | 101010010 | 101101 | 1000110 |
Color Harmonies of #D591AA
Complementary color
Monochromatic Colors of #D591AA
Black with #D591AA
Text Example
Text Example
White with #D591AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D591AA; }
p { color: rgb(213,145,170); }
H1.HeaderClassName
{
color: #D591AA;
}
.AnyTagClassName
{
color: #D591AA;
}
</style>
background-color css
<style>
a { background-color: #D591AA; }
a { background-color: rgb(213,145,170); }
div.DivClassName
{
background-color: #D591AA;
}
.BgClassName
{
background-color: #D591AA;
}
</style>
border-color css
<style>
span { border-color: #D591AA; }
span { border-color: rgb(213,145,170); }
td.TdClassName
{
border-color: #D591AA;
}
.TagClassName
{
border-color: #D591AA;
}
</style>