Shades of Kobi #D885A6
Tints of Kobi #D885A6
RGB
CMYK
RGB Variations
Color information
#D885A6 (or 0xD885A6) is known color: Kobi. HEX triplet: D8, 85 and A6. RGB value is (216,133,166). Sum of RGB (Red+Green+Blue) = 216+133+166=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D885A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D885A6 is #277A59. Grayscale: #A1A1A1. Windows color (decimal): -2587226 or 10913240. OLE color: 10913240.
HSL color Cylindrical-coordinate representation of color #D885A6: hue angle of 336.14º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D885A6 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 166 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.15 |
| HSL | 336.14º | 0.52% | 0.68% | - |
| HSV(B) | 336.14º | 0.38% | 0.85% | - |
| XYZ | 43.59 | 34.13 | 40.37 | - |
| YUV | 161.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 166 | 0 | 0.38 | 0.23 | 0.15 | 336.14 | 0.52 | 0.68 |
| Hex | D8 | 85 | A6 | 0 | 26 | 17 | F | 150 | 34 | 44 |
| Octal | 330 | 205 | 246 | 0 | 46 | 27 | 17 | 520 | 64 | 104 |
| Binary | 11011000 | 10000101 | 10100110 | 0 | 100110 | 10111 | 1111 | 101010000 | 110100 | 1000100 |
Color Harmonies of #D885A6
Complementary color
Monochromatic Colors of #D885A6
Black with #D885A6
Text Example
Text Example
White with #D885A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D885A6; }
p { color: rgb(216,133,166); }
H1.HeaderClassName
{
color: #D885A6;
}
.AnyTagClassName
{
color: #D885A6;
}
</style>
background-color css
<style>
a { background-color: #D885A6; }
a { background-color: rgb(216,133,166); }
div.DivClassName
{
background-color: #D885A6;
}
.BgClassName
{
background-color: #D885A6;
}
</style>
border-color css
<style>
span { border-color: #D885A6; }
span { border-color: rgb(216,133,166); }
td.TdClassName
{
border-color: #D885A6;
}
.TagClassName
{
border-color: #D885A6;
}
</style>