Shades of Kobi #D78DAE
Tints of Kobi #D78DAE
RGB
CMYK
RGB Variations
Color information
#D78DAE (or 0xD78DAE) is known color: Kobi. HEX triplet: D7, 8D and AE. RGB value is (215,141,174). Sum of RGB (Red+Green+Blue) = 215+141+174=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78DAE is #287251. Grayscale: #A6A6A6. Windows color (decimal): -2650706 or 11439575. OLE color: 11439575.
HSL color Cylindrical-coordinate representation of color #D78DAE: hue angle of 333.24º 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 #D78DAE is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 174 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.16 |
| HSL | 333.24º | 0.48% | 0.7% | - |
| HSV(B) | 333.24º | 0.34% | 0.84% | - |
| XYZ | 45.19 | 36.55 | 44.72 | - |
| YUV | 166.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 174 | 0 | 0.34 | 0.19 | 0.16 | 333.24 | 0.48 | 0.7 |
| Hex | D7 | 8D | AE | 0 | 22 | 13 | 10 | 14D | 30 | 46 |
| Octal | 327 | 215 | 256 | 0 | 42 | 23 | 20 | 515 | 60 | 106 |
| Binary | 11010111 | 10001101 | 10101110 | 0 | 100010 | 10011 | 10000 | 101001101 | 110000 | 1000110 |
Color Harmonies of #D78DAE
Complementary color
Monochromatic Colors of #D78DAE
Black with #D78DAE
Text Example
Text Example
White with #D78DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DAE; }
p { color: rgb(215,141,174); }
H1.HeaderClassName
{
color: #D78DAE;
}
.AnyTagClassName
{
color: #D78DAE;
}
</style>
background-color css
<style>
a { background-color: #D78DAE; }
a { background-color: rgb(215,141,174); }
div.DivClassName
{
background-color: #D78DAE;
}
.BgClassName
{
background-color: #D78DAE;
}
</style>
border-color css
<style>
span { border-color: #D78DAE; }
span { border-color: rgb(215,141,174); }
td.TdClassName
{
border-color: #D78DAE;
}
.TagClassName
{
border-color: #D78DAE;
}
</style>