Shades of Kobi #D78DB3
Tints of Kobi #D78DB3
RGB
CMYK
RGB Variations
Color information
#D78DB3 (or 0xD78DB3) is known color: Kobi. HEX triplet: D7, 8D and B3. RGB value is (215,141,179). Sum of RGB (Red+Green+Blue) = 215+141+179=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DB3 is #28724C. Grayscale: #A7A7A7. Windows color (decimal): -2650701 or 11767255. OLE color: 11767255.
HSL color Cylindrical-coordinate representation of color #D78DB3: hue angle of 329.19º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78DB3 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 179 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.16 |
| HSL | 329.19º | 0.48% | 0.7% | - |
| HSV(B) | 329.19º | 0.34% | 0.84% | - |
| XYZ | 45.69 | 36.75 | 47.33 | - |
| YUV | 167.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 179 | 0 | 0.34 | 0.17 | 0.16 | 329.19 | 0.48 | 0.7 |
| Hex | D7 | 8D | B3 | 0 | 22 | 11 | 10 | 149 | 30 | 46 |
| Octal | 327 | 215 | 263 | 0 | 42 | 21 | 20 | 511 | 60 | 106 |
| Binary | 11010111 | 10001101 | 10110011 | 0 | 100010 | 10001 | 10000 | 101001001 | 110000 | 1000110 |
Color Harmonies of #D78DB3
Complementary color
Monochromatic Colors of #D78DB3
Black with #D78DB3
Text Example
Text Example
White with #D78DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DB3; }
p { color: rgb(215,141,179); }
H1.HeaderClassName
{
color: #D78DB3;
}
.AnyTagClassName
{
color: #D78DB3;
}
</style>
background-color css
<style>
a { background-color: #D78DB3; }
a { background-color: rgb(215,141,179); }
div.DivClassName
{
background-color: #D78DB3;
}
.BgClassName
{
background-color: #D78DB3;
}
</style>
border-color css
<style>
span { border-color: #D78DB3; }
span { border-color: rgb(215,141,179); }
td.TdClassName
{
border-color: #D78DB3;
}
.TagClassName
{
border-color: #D78DB3;
}
</style>