Shades of Kobi #D78DAD
Tints of Kobi #D78DAD
RGB
CMYK
RGB Variations
Color information
#D78DAD (or 0xD78DAD) is known color: Kobi. HEX triplet: D7, 8D and AD. RGB value is (215,141,173). Sum of RGB (Red+Green+Blue) = 215+141+173=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78DAD is #287252. Grayscale: #A6A6A6. Windows color (decimal): -2650707 or 11374039. OLE color: 11374039.
HSL color Cylindrical-coordinate representation of color #D78DAD: hue angle of 334.05º 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 #D78DAD is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 173 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.16 |
| HSL | 334.05º | 0.48% | 0.7% | - |
| HSV(B) | 334.05º | 0.34% | 0.84% | - |
| XYZ | 45.09 | 36.51 | 44.21 | - |
| YUV | 166.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 173 | 0 | 0.34 | 0.20 | 0.16 | 334.05 | 0.48 | 0.7 |
| Hex | D7 | 8D | AD | 0 | 22 | 14 | 10 | 14E | 30 | 46 |
| Octal | 327 | 215 | 255 | 0 | 42 | 24 | 20 | 516 | 60 | 106 |
| Binary | 11010111 | 10001101 | 10101101 | 0 | 100010 | 10100 | 10000 | 101001110 | 110000 | 1000110 |
Color Harmonies of #D78DAD
Complementary color
Monochromatic Colors of #D78DAD
Black with #D78DAD
Text Example
Text Example
White with #D78DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DAD; }
p { color: rgb(215,141,173); }
H1.HeaderClassName
{
color: #D78DAD;
}
.AnyTagClassName
{
color: #D78DAD;
}
</style>
background-color css
<style>
a { background-color: #D78DAD; }
a { background-color: rgb(215,141,173); }
div.DivClassName
{
background-color: #D78DAD;
}
.BgClassName
{
background-color: #D78DAD;
}
</style>
border-color css
<style>
span { border-color: #D78DAD; }
span { border-color: rgb(215,141,173); }
td.TdClassName
{
border-color: #D78DAD;
}
.TagClassName
{
border-color: #D78DAD;
}
</style>