Shades of Kobi #D98DAF
Tints of Kobi #D98DAF
RGB
CMYK
RGB Variations
Color information
#D98DAF (or 0xD98DAF) is known color: Kobi. HEX triplet: D9, 8D and AF. RGB value is (217,141,175). Sum of RGB (Red+Green+Blue) = 217+141+175=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98DAF is #267250. Grayscale: #A7A7A7. Windows color (decimal): -2519633 or 11505113. OLE color: 11505113.
HSL color Cylindrical-coordinate representation of color #D98DAF: hue angle of 333.16º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98DAF is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 175 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.15 |
| HSL | 333.16º | 0.5% | 0.7% | - |
| HSV(B) | 333.16º | 0.35% | 0.85% | - |
| XYZ | 45.88 | 36.9 | 45.26 | - |
| YUV | 167.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 175 | 0 | 0.35 | 0.19 | 0.15 | 333.16 | 0.5 | 0.7 |
| Hex | D9 | 8D | AF | 0 | 23 | 13 | F | 14D | 32 | 46 |
| Octal | 331 | 215 | 257 | 0 | 43 | 23 | 17 | 515 | 62 | 106 |
| Binary | 11011001 | 10001101 | 10101111 | 0 | 100011 | 10011 | 1111 | 101001101 | 110010 | 1000110 |
Color Harmonies of #D98DAF
Complementary color
Monochromatic Colors of #D98DAF
Black with #D98DAF
Text Example
Text Example
White with #D98DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DAF; }
p { color: rgb(217,141,175); }
H1.HeaderClassName
{
color: #D98DAF;
}
.AnyTagClassName
{
color: #D98DAF;
}
</style>
background-color css
<style>
a { background-color: #D98DAF; }
a { background-color: rgb(217,141,175); }
div.DivClassName
{
background-color: #D98DAF;
}
.BgClassName
{
background-color: #D98DAF;
}
</style>
border-color css
<style>
span { border-color: #D98DAF; }
span { border-color: rgb(217,141,175); }
td.TdClassName
{
border-color: #D98DAF;
}
.TagClassName
{
border-color: #D98DAF;
}
</style>