Shades of Kobi #D597AA
Tints of Kobi #D597AA
RGB
CMYK
RGB Variations
Color information
#D597AA (or 0xD597AA) is known color: Kobi. HEX triplet: D5, 97 and AA. RGB value is (213,151,170). Sum of RGB (Red+Green+Blue) = 213+151+170=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D597AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D597AA is #2A6855. Grayscale: #ABABAB. Windows color (decimal): -2779222 or 11179989. OLE color: 11179989.
HSL color Cylindrical-coordinate representation of color #D597AA: hue angle of 341.61º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D597AA is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 170 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.16 |
| HSL | 341.61º | 0.42% | 0.71% | - |
| HSV(B) | 341.61º | 0.29% | 0.84% | - |
| XYZ | 45.76 | 39.18 | 43.18 | - |
| YUV | 171.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 170 | 0 | 0.29 | 0.20 | 0.16 | 341.61 | 0.42 | 0.71 |
| Hex | D5 | 97 | AA | 0 | 1D | 14 | 10 | 156 | 2A | 47 |
| Octal | 325 | 227 | 252 | 0 | 35 | 24 | 20 | 526 | 52 | 107 |
| Binary | 11010101 | 10010111 | 10101010 | 0 | 11101 | 10100 | 10000 | 101010110 | 101010 | 1000111 |
Color Harmonies of #D597AA
Complementary color
Monochromatic Colors of #D597AA
Black with #D597AA
Text Example
Text Example
White with #D597AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597AA; }
p { color: rgb(213,151,170); }
H1.HeaderClassName
{
color: #D597AA;
}
.AnyTagClassName
{
color: #D597AA;
}
</style>
background-color css
<style>
a { background-color: #D597AA; }
a { background-color: rgb(213,151,170); }
div.DivClassName
{
background-color: #D597AA;
}
.BgClassName
{
background-color: #D597AA;
}
</style>
border-color css
<style>
span { border-color: #D597AA; }
span { border-color: rgb(213,151,170); }
td.TdClassName
{
border-color: #D597AA;
}
.TagClassName
{
border-color: #D597AA;
}
</style>