Shades of Kobi #D593AA
Tints of Kobi #D593AA
RGB
CMYK
RGB Variations
Color information
#D593AA (or 0xD593AA) is known color: Kobi. HEX triplet: D5, 93 and AA. RGB value is (213,147,170). Sum of RGB (Red+Green+Blue) = 213+147+170=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D593AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D593AA is #2A6C55. Grayscale: #A9A9A9. Windows color (decimal): -2780246 or 11178965. OLE color: 11178965.
HSL color Cylindrical-coordinate representation of color #D593AA: hue angle of 339.09º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D593AA is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 170 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.16 |
| HSL | 339.09º | 0.44% | 0.71% | - |
| HSV(B) | 339.09º | 0.31% | 0.84% | - |
| XYZ | 45.13 | 37.92 | 42.97 | - |
| YUV | 169.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 170 | 0 | 0.31 | 0.20 | 0.16 | 339.09 | 0.44 | 0.71 |
| Hex | D5 | 93 | AA | 0 | 1F | 14 | 10 | 153 | 2C | 47 |
| Octal | 325 | 223 | 252 | 0 | 37 | 24 | 20 | 523 | 54 | 107 |
| Binary | 11010101 | 10010011 | 10101010 | 0 | 11111 | 10100 | 10000 | 101010011 | 101100 | 1000111 |
Color Harmonies of #D593AA
Complementary color
Monochromatic Colors of #D593AA
Black with #D593AA
Text Example
Text Example
White with #D593AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593AA; }
p { color: rgb(213,147,170); }
H1.HeaderClassName
{
color: #D593AA;
}
.AnyTagClassName
{
color: #D593AA;
}
</style>
background-color css
<style>
a { background-color: #D593AA; }
a { background-color: rgb(213,147,170); }
div.DivClassName
{
background-color: #D593AA;
}
.BgClassName
{
background-color: #D593AA;
}
</style>
border-color css
<style>
span { border-color: #D593AA; }
span { border-color: rgb(213,147,170); }
td.TdClassName
{
border-color: #D593AA;
}
.TagClassName
{
border-color: #D593AA;
}
</style>