Shades of Kobi #D78FA7
Tints of Kobi #D78FA7
RGB
CMYK
RGB Variations
Color information
#D78FA7 (or 0xD78FA7) is known color: Kobi. HEX triplet: D7, 8F and A7. RGB value is (215,143,167). Sum of RGB (Red+Green+Blue) = 215+143+167=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78FA7 is #287058. Grayscale: #A7A7A7. Windows color (decimal): -2650201 or 10981335. OLE color: 10981335.
HSL color Cylindrical-coordinate representation of color #D78FA7: hue angle of 340º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D78FA7 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 167 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.16 |
| HSL | 340º | 0.47% | 0.7% | - |
| HSV(B) | 340º | 0.33% | 0.84% | - |
| XYZ | 44.82 | 36.88 | 41.32 | - |
| YUV | 167.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 167 | 0 | 0.33 | 0.22 | 0.16 | 340 | 0.47 | 0.7 |
| Hex | D7 | 8F | A7 | 0 | 21 | 16 | 10 | 154 | 2F | 46 |
| Octal | 327 | 217 | 247 | 0 | 41 | 26 | 20 | 524 | 57 | 106 |
| Binary | 11010111 | 10001111 | 10100111 | 0 | 100001 | 10110 | 10000 | 101010100 | 101111 | 1000110 |
Color Harmonies of #D78FA7
Complementary color
Monochromatic Colors of #D78FA7
Black with #D78FA7
Text Example
Text Example
White with #D78FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FA7; }
p { color: rgb(215,143,167); }
H1.HeaderClassName
{
color: #D78FA7;
}
.AnyTagClassName
{
color: #D78FA7;
}
</style>
background-color css
<style>
a { background-color: #D78FA7; }
a { background-color: rgb(215,143,167); }
div.DivClassName
{
background-color: #D78FA7;
}
.BgClassName
{
background-color: #D78FA7;
}
</style>
border-color css
<style>
span { border-color: #D78FA7; }
span { border-color: rgb(215,143,167); }
td.TdClassName
{
border-color: #D78FA7;
}
.TagClassName
{
border-color: #D78FA7;
}
</style>