Shades of Kobi #D39DAF
Tints of Kobi #D39DAF
RGB
CMYK
RGB Variations
Color information
#D39DAF (or 0xD39DAF) is known color: Kobi. HEX triplet: D3, 9D and AF. RGB value is (211,157,175). Sum of RGB (Red+Green+Blue) = 211+157+175=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D39DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39DAF is #2C6250. Grayscale: #AFAFAF. Windows color (decimal): -2908753 or 11509203. OLE color: 11509203.
HSL color Cylindrical-coordinate representation of color #D39DAF: hue angle of 340º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39DAF is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 175 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.17 |
| HSL | 340º | 0.38% | 0.72% | - |
| HSV(B) | 340º | 0.26% | 0.83% | - |
| XYZ | 46.66 | 41.06 | 46.02 | - |
| YUV | 175.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 175 | 0 | 0.26 | 0.17 | 0.17 | 340 | 0.38 | 0.72 |
| Hex | D3 | 9D | AF | 0 | 1A | 11 | 11 | 154 | 26 | 48 |
| Octal | 323 | 235 | 257 | 0 | 32 | 21 | 21 | 524 | 46 | 110 |
| Binary | 11010011 | 10011101 | 10101111 | 0 | 11010 | 10001 | 10001 | 101010100 | 100110 | 1001000 |
Color Harmonies of #D39DAF
Complementary color
Monochromatic Colors of #D39DAF
Black with #D39DAF
Text Example
Text Example
White with #D39DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39DAF; }
p { color: rgb(211,157,175); }
H1.HeaderClassName
{
color: #D39DAF;
}
.AnyTagClassName
{
color: #D39DAF;
}
</style>
background-color css
<style>
a { background-color: #D39DAF; }
a { background-color: rgb(211,157,175); }
div.DivClassName
{
background-color: #D39DAF;
}
.BgClassName
{
background-color: #D39DAF;
}
</style>
border-color css
<style>
span { border-color: #D39DAF; }
span { border-color: rgb(211,157,175); }
td.TdClassName
{
border-color: #D39DAF;
}
.TagClassName
{
border-color: #D39DAF;
}
</style>