Shades of Kobi #D890AF
Tints of Kobi #D890AF
RGB
CMYK
RGB Variations
Color information
#D890AF (or 0xD890AF) is known color: Kobi. HEX triplet: D8, 90 and AF. RGB value is (216,144,175). Sum of RGB (Red+Green+Blue) = 216+144+175=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D890AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D890AF is #276F50. Grayscale: #A9A9A9. Windows color (decimal): -2584401 or 11505880. OLE color: 11505880.
HSL color Cylindrical-coordinate representation of color #D890AF: hue angle of 334.17º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D890AF is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 175 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.15 |
| HSL | 334.17º | 0.48% | 0.71% | - |
| HSV(B) | 334.17º | 0.33% | 0.85% | - |
| XYZ | 46.03 | 37.64 | 45.4 | - |
| YUV | 169.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 175 | 0 | 0.33 | 0.19 | 0.15 | 334.17 | 0.48 | 0.71 |
| Hex | D8 | 90 | AF | 0 | 21 | 13 | F | 14E | 30 | 47 |
| Octal | 330 | 220 | 257 | 0 | 41 | 23 | 17 | 516 | 60 | 107 |
| Binary | 11011000 | 10010000 | 10101111 | 0 | 100001 | 10011 | 1111 | 101001110 | 110000 | 1000111 |
Color Harmonies of #D890AF
Complementary color
Monochromatic Colors of #D890AF
Black with #D890AF
Text Example
Text Example
White with #D890AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890AF; }
p { color: rgb(216,144,175); }
H1.HeaderClassName
{
color: #D890AF;
}
.AnyTagClassName
{
color: #D890AF;
}
</style>
background-color css
<style>
a { background-color: #D890AF; }
a { background-color: rgb(216,144,175); }
div.DivClassName
{
background-color: #D890AF;
}
.BgClassName
{
background-color: #D890AF;
}
</style>
border-color css
<style>
span { border-color: #D890AF; }
span { border-color: rgb(216,144,175); }
td.TdClassName
{
border-color: #D890AF;
}
.TagClassName
{
border-color: #D890AF;
}
</style>