Shades of Kobi #D786B3
Tints of Kobi #D786B3
RGB
CMYK
RGB Variations
Color information
#D786B3 (or 0xD786B3) is known color: Kobi. HEX triplet: D7, 86 and B3. RGB value is (215,134,179). Sum of RGB (Red+Green+Blue) = 215+134+179=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D786B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D786B3 is #28794C. Grayscale: #A3A3A3. Windows color (decimal): -2652493 or 11765463. OLE color: 11765463.
HSL color Cylindrical-coordinate representation of color #D786B3: hue angle of 326.67º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D786B3 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 179 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.16 |
| HSL | 326.67º | 0.5% | 0.68% | - |
| HSV(B) | 326.67º | 0.38% | 0.84% | - |
| XYZ | 44.69 | 34.75 | 47 | - |
| YUV | 163.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 179 | 0 | 0.38 | 0.17 | 0.16 | 326.67 | 0.5 | 0.68 |
| Hex | D7 | 86 | B3 | 0 | 26 | 11 | 10 | 147 | 32 | 44 |
| Octal | 327 | 206 | 263 | 0 | 46 | 21 | 20 | 507 | 62 | 104 |
| Binary | 11010111 | 10000110 | 10110011 | 0 | 100110 | 10001 | 10000 | 101000111 | 110010 | 1000100 |
Color Harmonies of #D786B3
Complementary color
Monochromatic Colors of #D786B3
Black with #D786B3
Text Example
Text Example
White with #D786B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D786B3; }
p { color: rgb(215,134,179); }
H1.HeaderClassName
{
color: #D786B3;
}
.AnyTagClassName
{
color: #D786B3;
}
</style>
background-color css
<style>
a { background-color: #D786B3; }
a { background-color: rgb(215,134,179); }
div.DivClassName
{
background-color: #D786B3;
}
.BgClassName
{
background-color: #D786B3;
}
</style>
border-color css
<style>
span { border-color: #D786B3; }
span { border-color: rgb(215,134,179); }
td.TdClassName
{
border-color: #D786B3;
}
.TagClassName
{
border-color: #D786B3;
}
</style>