Shades of Kobi #D78DAA
Tints of Kobi #D78DAA
RGB
CMYK
RGB Variations
Color information
#D78DAA (or 0xD78DAA) is known color: Kobi. HEX triplet: D7, 8D and AA. RGB value is (215,141,170). Sum of RGB (Red+Green+Blue) = 215+141+170=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78DAA is #287255. Grayscale: #A6A6A6. Windows color (decimal): -2650710 or 11177431. OLE color: 11177431.
HSL color Cylindrical-coordinate representation of color #D78DAA: hue angle of 336.49º 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 #D78DAA is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 170 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.16 |
| HSL | 336.49º | 0.48% | 0.7% | - |
| HSV(B) | 336.49º | 0.34% | 0.84% | - |
| XYZ | 44.8 | 36.4 | 42.69 | - |
| YUV | 166.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 170 | 0 | 0.34 | 0.21 | 0.16 | 336.49 | 0.48 | 0.7 |
| Hex | D7 | 8D | AA | 0 | 22 | 15 | 10 | 150 | 30 | 46 |
| Octal | 327 | 215 | 252 | 0 | 42 | 25 | 20 | 520 | 60 | 106 |
| Binary | 11010111 | 10001101 | 10101010 | 0 | 100010 | 10101 | 10000 | 101010000 | 110000 | 1000110 |
Color Harmonies of #D78DAA
Complementary color
Monochromatic Colors of #D78DAA
Black with #D78DAA
Text Example
Text Example
White with #D78DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DAA; }
p { color: rgb(215,141,170); }
H1.HeaderClassName
{
color: #D78DAA;
}
.AnyTagClassName
{
color: #D78DAA;
}
</style>
background-color css
<style>
a { background-color: #D78DAA; }
a { background-color: rgb(215,141,170); }
div.DivClassName
{
background-color: #D78DAA;
}
.BgClassName
{
background-color: #D78DAA;
}
</style>
border-color css
<style>
span { border-color: #D78DAA; }
span { border-color: rgb(215,141,170); }
td.TdClassName
{
border-color: #D78DAA;
}
.TagClassName
{
border-color: #D78DAA;
}
</style>