Shades of Kobi #D397AD
Tints of Kobi #D397AD
RGB
CMYK
RGB Variations
Color information
#D397AD (or 0xD397AD) is known color: Kobi. HEX triplet: D3, 97 and AD. RGB value is (211,151,173). Sum of RGB (Red+Green+Blue) = 211+151+173=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D397AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D397AD is #2C6852. Grayscale: #ABABAB. Windows color (decimal): -2910291 or 11376595. OLE color: 11376595.
HSL color Cylindrical-coordinate representation of color #D397AD: hue angle of 338º 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 #D397AD is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 173 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.17 |
| HSL | 338º | 0.41% | 0.71% | - |
| HSV(B) | 338º | 0.28% | 0.83% | - |
| XYZ | 45.47 | 39 | 44.67 | - |
| YUV | 171.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 173 | 0 | 0.28 | 0.18 | 0.17 | 338 | 0.41 | 0.71 |
| Hex | D3 | 97 | AD | 0 | 1C | 12 | 11 | 152 | 29 | 47 |
| Octal | 323 | 227 | 255 | 0 | 34 | 22 | 21 | 522 | 51 | 107 |
| Binary | 11010011 | 10010111 | 10101101 | 0 | 11100 | 10010 | 10001 | 101010010 | 101001 | 1000111 |
Color Harmonies of #D397AD
Complementary color
Monochromatic Colors of #D397AD
Black with #D397AD
Text Example
Text Example
White with #D397AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397AD; }
p { color: rgb(211,151,173); }
H1.HeaderClassName
{
color: #D397AD;
}
.AnyTagClassName
{
color: #D397AD;
}
</style>
background-color css
<style>
a { background-color: #D397AD; }
a { background-color: rgb(211,151,173); }
div.DivClassName
{
background-color: #D397AD;
}
.BgClassName
{
background-color: #D397AD;
}
</style>
border-color css
<style>
span { border-color: #D397AD; }
span { border-color: rgb(211,151,173); }
td.TdClassName
{
border-color: #D397AD;
}
.TagClassName
{
border-color: #D397AD;
}
</style>