Shades of Kobi #D597A5
Tints of Kobi #D597A5
RGB
CMYK
RGB Variations
Color information
#D597A5 (or 0xD597A5) is known color: Kobi. HEX triplet: D5, 97 and A5. RGB value is (213,151,165). Sum of RGB (Red+Green+Blue) = 213+151+165=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D597A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D597A5 is #2A685A. Grayscale: #ABABAB. Windows color (decimal): -2779227 or 10852309. OLE color: 10852309.
HSL color Cylindrical-coordinate representation of color #D597A5: hue angle of 346.45º 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 #D597A5 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 165 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.16 |
| HSL | 346.45º | 0.42% | 0.71% | - |
| HSV(B) | 346.45º | 0.29% | 0.84% | - |
| XYZ | 45.3 | 39 | 40.74 | - |
| YUV | 171.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 165 | 0 | 0.29 | 0.23 | 0.16 | 346.45 | 0.42 | 0.71 |
| Hex | D5 | 97 | A5 | 0 | 1D | 17 | 10 | 15A | 2A | 47 |
| Octal | 325 | 227 | 245 | 0 | 35 | 27 | 20 | 532 | 52 | 107 |
| Binary | 11010101 | 10010111 | 10100101 | 0 | 11101 | 10111 | 10000 | 101011010 | 101010 | 1000111 |
Color Harmonies of #D597A5
Complementary color
Monochromatic Colors of #D597A5
Black with #D597A5
Text Example
Text Example
White with #D597A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597A5; }
p { color: rgb(213,151,165); }
H1.HeaderClassName
{
color: #D597A5;
}
.AnyTagClassName
{
color: #D597A5;
}
</style>
background-color css
<style>
a { background-color: #D597A5; }
a { background-color: rgb(213,151,165); }
div.DivClassName
{
background-color: #D597A5;
}
.BgClassName
{
background-color: #D597A5;
}
</style>
border-color css
<style>
span { border-color: #D597A5; }
span { border-color: rgb(213,151,165); }
td.TdClassName
{
border-color: #D597A5;
}
.TagClassName
{
border-color: #D597A5;
}
</style>