Shades of Kobi #D890A7
Tints of Kobi #D890A7
RGB
CMYK
RGB Variations
Color information
#D890A7 (or 0xD890A7) is known color: Kobi. HEX triplet: D8, 90 and A7. RGB value is (216,144,167). Sum of RGB (Red+Green+Blue) = 216+144+167=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D890A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D890A7 is #276F58. Grayscale: #A8A8A8. Windows color (decimal): -2584409 or 10981592. OLE color: 10981592.
HSL color Cylindrical-coordinate representation of color #D890A7: hue angle of 340.83º 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 #D890A7 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 167 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.15 |
| HSL | 340.83º | 0.48% | 0.71% | - |
| HSV(B) | 340.83º | 0.33% | 0.85% | - |
| XYZ | 45.27 | 37.34 | 41.38 | - |
| YUV | 168.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 167 | 0 | 0.33 | 0.23 | 0.15 | 340.83 | 0.48 | 0.71 |
| Hex | D8 | 90 | A7 | 0 | 21 | 17 | F | 155 | 30 | 47 |
| Octal | 330 | 220 | 247 | 0 | 41 | 27 | 17 | 525 | 60 | 107 |
| Binary | 11011000 | 10010000 | 10100111 | 0 | 100001 | 10111 | 1111 | 101010101 | 110000 | 1000111 |
Color Harmonies of #D890A7
Complementary color
Monochromatic Colors of #D890A7
Black with #D890A7
Text Example
Text Example
White with #D890A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890A7; }
p { color: rgb(216,144,167); }
H1.HeaderClassName
{
color: #D890A7;
}
.AnyTagClassName
{
color: #D890A7;
}
</style>
background-color css
<style>
a { background-color: #D890A7; }
a { background-color: rgb(216,144,167); }
div.DivClassName
{
background-color: #D890A7;
}
.BgClassName
{
background-color: #D890A7;
}
</style>
border-color css
<style>
span { border-color: #D890A7; }
span { border-color: rgb(216,144,167); }
td.TdClassName
{
border-color: #D890A7;
}
.TagClassName
{
border-color: #D890A7;
}
</style>