Shades of Kobi #D291A9
Tints of Kobi #D291A9
RGB
CMYK
RGB Variations
Color information
#D291A9 (or 0xD291A9) is known color: Kobi. HEX triplet: D2, 91 and A9. RGB value is (210,145,169). Sum of RGB (Red+Green+Blue) = 210+145+169=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D291A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D291A9 is #2D6E56. Grayscale: #A7A7A7. Windows color (decimal): -2977367 or 11112914. OLE color: 11112914.
HSL color Cylindrical-coordinate representation of color #D291A9: hue angle of 337.85º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D291A9 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 169 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.18 |
| HSL | 337.85º | 0.42% | 0.7% | - |
| HSV(B) | 337.85º | 0.31% | 0.82% | - |
| XYZ | 43.87 | 36.82 | 42.33 | - |
| YUV | 167.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 169 | 0 | 0.31 | 0.20 | 0.18 | 337.85 | 0.42 | 0.7 |
| Hex | D2 | 91 | A9 | 0 | 1F | 14 | 12 | 152 | 2A | 46 |
| Octal | 322 | 221 | 251 | 0 | 37 | 24 | 22 | 522 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10101001 | 0 | 11111 | 10100 | 10010 | 101010010 | 101010 | 1000110 |
Color Harmonies of #D291A9
Complementary color
Monochromatic Colors of #D291A9
Black with #D291A9
Text Example
Text Example
White with #D291A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291A9; }
p { color: rgb(210,145,169); }
H1.HeaderClassName
{
color: #D291A9;
}
.AnyTagClassName
{
color: #D291A9;
}
</style>
background-color css
<style>
a { background-color: #D291A9; }
a { background-color: rgb(210,145,169); }
div.DivClassName
{
background-color: #D291A9;
}
.BgClassName
{
background-color: #D291A9;
}
</style>
border-color css
<style>
span { border-color: #D291A9; }
span { border-color: rgb(210,145,169); }
td.TdClassName
{
border-color: #D291A9;
}
.TagClassName
{
border-color: #D291A9;
}
</style>