Shades of Kobi #D490AF
Tints of Kobi #D490AF
RGB
CMYK
RGB Variations
Color information
#D490AF (or 0xD490AF) is known color: Kobi. HEX triplet: D4, 90 and AF. RGB value is (212,144,175). Sum of RGB (Red+Green+Blue) = 212+144+175=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D490AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D490AF is #2B6F50. Grayscale: #A7A7A7. Windows color (decimal): -2846545 or 11505876. OLE color: 11505876.
HSL color Cylindrical-coordinate representation of color #D490AF: hue angle of 332.65º 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 #D490AF is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 175 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.17 |
| HSL | 332.65º | 0.44% | 0.7% | - |
| HSV(B) | 332.65º | 0.32% | 0.83% | - |
| XYZ | 44.86 | 37.04 | 45.34 | - |
| YUV | 167.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 175 | 0 | 0.32 | 0.17 | 0.17 | 332.65 | 0.44 | 0.7 |
| Hex | D4 | 90 | AF | 0 | 20 | 11 | 11 | 14D | 2C | 46 |
| Octal | 324 | 220 | 257 | 0 | 40 | 21 | 21 | 515 | 54 | 106 |
| Binary | 11010100 | 10010000 | 10101111 | 0 | 100000 | 10001 | 10001 | 101001101 | 101100 | 1000110 |
Color Harmonies of #D490AF
Complementary color
Monochromatic Colors of #D490AF
Black with #D490AF
Text Example
Text Example
White with #D490AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490AF; }
p { color: rgb(212,144,175); }
H1.HeaderClassName
{
color: #D490AF;
}
.AnyTagClassName
{
color: #D490AF;
}
</style>
background-color css
<style>
a { background-color: #D490AF; }
a { background-color: rgb(212,144,175); }
div.DivClassName
{
background-color: #D490AF;
}
.BgClassName
{
background-color: #D490AF;
}
</style>
border-color css
<style>
span { border-color: #D490AF; }
span { border-color: rgb(212,144,175); }
td.TdClassName
{
border-color: #D490AF;
}
.TagClassName
{
border-color: #D490AF;
}
</style>