Shades of Kobi #D590AA
Tints of Kobi #D590AA
RGB
CMYK
RGB Variations
Color information
#D590AA (or 0xD590AA) is known color: Kobi. HEX triplet: D5, 90 and AA. RGB value is (213,144,170). Sum of RGB (Red+Green+Blue) = 213+144+170=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D590AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D590AA is #2A6F55. Grayscale: #A7A7A7. Windows color (decimal): -2781014 or 11178197. OLE color: 11178197.
HSL color Cylindrical-coordinate representation of color #D590AA: hue angle of 337.39º 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 #D590AA is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 170 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.16 |
| HSL | 337.39º | 0.45% | 0.7% | - |
| HSV(B) | 337.39º | 0.32% | 0.84% | - |
| XYZ | 44.67 | 36.99 | 42.82 | - |
| YUV | 167.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 170 | 0 | 0.32 | 0.20 | 0.16 | 337.39 | 0.45 | 0.7 |
| Hex | D5 | 90 | AA | 0 | 20 | 14 | 10 | 151 | 2D | 46 |
| Octal | 325 | 220 | 252 | 0 | 40 | 24 | 20 | 521 | 55 | 106 |
| Binary | 11010101 | 10010000 | 10101010 | 0 | 100000 | 10100 | 10000 | 101010001 | 101101 | 1000110 |
Color Harmonies of #D590AA
Complementary color
Monochromatic Colors of #D590AA
Black with #D590AA
Text Example
Text Example
White with #D590AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D590AA; }
p { color: rgb(213,144,170); }
H1.HeaderClassName
{
color: #D590AA;
}
.AnyTagClassName
{
color: #D590AA;
}
</style>
background-color css
<style>
a { background-color: #D590AA; }
a { background-color: rgb(213,144,170); }
div.DivClassName
{
background-color: #D590AA;
}
.BgClassName
{
background-color: #D590AA;
}
</style>
border-color css
<style>
span { border-color: #D590AA; }
span { border-color: rgb(213,144,170); }
td.TdClassName
{
border-color: #D590AA;
}
.TagClassName
{
border-color: #D590AA;
}
</style>