Shades of Kobi #D397AA
Tints of Kobi #D397AA
RGB
CMYK
RGB Variations
Color information
#D397AA (or 0xD397AA) is known color: Kobi. HEX triplet: D3, 97 and AA. RGB value is (211,151,170). Sum of RGB (Red+Green+Blue) = 211+151+170=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D397AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D397AA is #2C6855. Grayscale: #ABABAB. Windows color (decimal): -2910294 or 11179987. OLE color: 11179987.
HSL color Cylindrical-coordinate representation of color #D397AA: hue angle of 341º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D397AA is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 170 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.17 |
| HSL | 341º | 0.41% | 0.71% | - |
| HSV(B) | 341º | 0.28% | 0.83% | - |
| XYZ | 45.19 | 38.88 | 43.15 | - |
| YUV | 171.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 170 | 0 | 0.28 | 0.19 | 0.17 | 341 | 0.41 | 0.71 |
| Hex | D3 | 97 | AA | 0 | 1C | 13 | 11 | 155 | 29 | 47 |
| Octal | 323 | 227 | 252 | 0 | 34 | 23 | 21 | 525 | 51 | 107 |
| Binary | 11010011 | 10010111 | 10101010 | 0 | 11100 | 10011 | 10001 | 101010101 | 101001 | 1000111 |
Color Harmonies of #D397AA
Complementary color
Monochromatic Colors of #D397AA
Black with #D397AA
Text Example
Text Example
White with #D397AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397AA; }
p { color: rgb(211,151,170); }
H1.HeaderClassName
{
color: #D397AA;
}
.AnyTagClassName
{
color: #D397AA;
}
</style>
background-color css
<style>
a { background-color: #D397AA; }
a { background-color: rgb(211,151,170); }
div.DivClassName
{
background-color: #D397AA;
}
.BgClassName
{
background-color: #D397AA;
}
</style>
border-color css
<style>
span { border-color: #D397AA; }
span { border-color: rgb(211,151,170); }
td.TdClassName
{
border-color: #D397AA;
}
.TagClassName
{
border-color: #D397AA;
}
</style>