Shades of Kobi #D490A7
Tints of Kobi #D490A7
RGB
CMYK
RGB Variations
Color information
#D490A7 (or 0xD490A7) is known color: Kobi. HEX triplet: D4, 90 and A7. RGB value is (212,144,167). Sum of RGB (Red+Green+Blue) = 212+144+167=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D490A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D490A7 is #2B6F58. Grayscale: #A6A6A6. Windows color (decimal): -2846553 or 10981588. OLE color: 10981588.
HSL color Cylindrical-coordinate representation of color #D490A7: hue angle of 339.71º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D490A7 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 167 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.17 |
| HSL | 339.71º | 0.44% | 0.7% | - |
| HSV(B) | 339.71º | 0.32% | 0.83% | - |
| XYZ | 44.1 | 36.73 | 41.33 | - |
| YUV | 166.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 167 | 0 | 0.32 | 0.21 | 0.17 | 339.71 | 0.44 | 0.7 |
| Hex | D4 | 90 | A7 | 0 | 20 | 15 | 11 | 154 | 2C | 46 |
| Octal | 324 | 220 | 247 | 0 | 40 | 25 | 21 | 524 | 54 | 106 |
| Binary | 11010100 | 10010000 | 10100111 | 0 | 100000 | 10101 | 10001 | 101010100 | 101100 | 1000110 |
Color Harmonies of #D490A7
Complementary color
Monochromatic Colors of #D490A7
Black with #D490A7
Text Example
Text Example
White with #D490A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490A7; }
p { color: rgb(212,144,167); }
H1.HeaderClassName
{
color: #D490A7;
}
.AnyTagClassName
{
color: #D490A7;
}
</style>
background-color css
<style>
a { background-color: #D490A7; }
a { background-color: rgb(212,144,167); }
div.DivClassName
{
background-color: #D490A7;
}
.BgClassName
{
background-color: #D490A7;
}
</style>
border-color css
<style>
span { border-color: #D490A7; }
span { border-color: rgb(212,144,167); }
td.TdClassName
{
border-color: #D490A7;
}
.TagClassName
{
border-color: #D490A7;
}
</style>