Shades of Kobi #D291A8
Tints of Kobi #D291A8
RGB
CMYK
RGB Variations
Color information
#D291A8 (or 0xD291A8) is known color: Kobi. HEX triplet: D2, 91 and A8. RGB value is (210,145,168). Sum of RGB (Red+Green+Blue) = 210+145+168=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D291A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D291A8 is #2D6E57. Grayscale: #A7A7A7. Windows color (decimal): -2977368 or 11047378. OLE color: 11047378.
HSL color Cylindrical-coordinate representation of color #D291A8: hue angle of 338.77º 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 #D291A8 is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 168 | - |
| CMYK | 0 | 0.31 | 0.2 | 0.18 |
| HSL | 338.77º | 0.42% | 0.7% | - |
| HSV(B) | 338.77º | 0.31% | 0.82% | - |
| XYZ | 43.77 | 36.78 | 41.84 | - |
| YUV | 167.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 168 | 0 | 0.31 | 0.2 | 0.18 | 338.77 | 0.42 | 0.7 |
| Hex | D2 | 91 | A8 | 0 | 1F | 14 | 12 | 153 | 2A | 46 |
| Octal | 322 | 221 | 250 | 0 | 37 | 24 | 22 | 523 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10101000 | 0 | 11111 | 10100 | 10010 | 101010011 | 101010 | 1000110 |
Color Harmonies of #D291A8
Complementary color
Monochromatic Colors of #D291A8
Black with #D291A8
Text Example
Text Example
White with #D291A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291A8; }
p { color: rgb(210,145,168); }
H1.HeaderClassName
{
color: #D291A8;
}
.AnyTagClassName
{
color: #D291A8;
}
</style>
background-color css
<style>
a { background-color: #D291A8; }
a { background-color: rgb(210,145,168); }
div.DivClassName
{
background-color: #D291A8;
}
.BgClassName
{
background-color: #D291A8;
}
</style>
border-color css
<style>
span { border-color: #D291A8; }
span { border-color: rgb(210,145,168); }
td.TdClassName
{
border-color: #D291A8;
}
.TagClassName
{
border-color: #D291A8;
}
</style>