Shades of Kobi #D286B0
Tints of Kobi #D286B0
RGB
CMYK
RGB Variations
Color information
#D286B0 (or 0xD286B0) is known color: Kobi. HEX triplet: D2, 86 and B0. RGB value is (210,134,176). Sum of RGB (Red+Green+Blue) = 210+134+176=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D286B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D286B0 is #2D794F. Grayscale: #A1A1A1. Windows color (decimal): -2980176 or 11568850. OLE color: 11568850.
HSL color Cylindrical-coordinate representation of color #D286B0: hue angle of 326.84º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D286B0 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 176 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.18 |
| HSL | 326.84º | 0.46% | 0.67% | - |
| HSV(B) | 326.84º | 0.36% | 0.82% | - |
| XYZ | 42.94 | 33.89 | 45.35 | - |
| YUV | 161.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 176 | 0 | 0.36 | 0.16 | 0.18 | 326.84 | 0.46 | 0.67 |
| Hex | D2 | 86 | B0 | 0 | 24 | 10 | 12 | 147 | 2E | 43 |
| Octal | 322 | 206 | 260 | 0 | 44 | 20 | 22 | 507 | 56 | 103 |
| Binary | 11010010 | 10000110 | 10110000 | 0 | 100100 | 10000 | 10010 | 101000111 | 101110 | 1000011 |
Color Harmonies of #D286B0
Complementary color
Monochromatic Colors of #D286B0
Black with #D286B0
Text Example
Text Example
White with #D286B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D286B0; }
p { color: rgb(210,134,176); }
H1.HeaderClassName
{
color: #D286B0;
}
.AnyTagClassName
{
color: #D286B0;
}
</style>
background-color css
<style>
a { background-color: #D286B0; }
a { background-color: rgb(210,134,176); }
div.DivClassName
{
background-color: #D286B0;
}
.BgClassName
{
background-color: #D286B0;
}
</style>
border-color css
<style>
span { border-color: #D286B0; }
span { border-color: rgb(210,134,176); }
td.TdClassName
{
border-color: #D286B0;
}
.TagClassName
{
border-color: #D286B0;
}
</style>