Shades of Kobi #D78EAA
Tints of Kobi #D78EAA
RGB
CMYK
RGB Variations
Color information
#D78EAA (or 0xD78EAA) is known color: Kobi. HEX triplet: D7, 8E and AA. RGB value is (215,142,170). Sum of RGB (Red+Green+Blue) = 215+142+170=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D78EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78EAA is #287155. Grayscale: #A6A6A6. Windows color (decimal): -2650454 or 11177687. OLE color: 11177687.
HSL color Cylindrical-coordinate representation of color #D78EAA: hue angle of 336.99º 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 #D78EAA is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 170 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.16 |
| HSL | 336.99º | 0.48% | 0.7% | - |
| HSV(B) | 336.99º | 0.34% | 0.84% | - |
| XYZ | 44.95 | 36.7 | 42.74 | - |
| YUV | 167.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 170 | 0 | 0.34 | 0.21 | 0.16 | 336.99 | 0.48 | 0.7 |
| Hex | D7 | 8E | AA | 0 | 22 | 15 | 10 | 151 | 30 | 46 |
| Octal | 327 | 216 | 252 | 0 | 42 | 25 | 20 | 521 | 60 | 106 |
| Binary | 11010111 | 10001110 | 10101010 | 0 | 100010 | 10101 | 10000 | 101010001 | 110000 | 1000110 |
Color Harmonies of #D78EAA
Complementary color
Monochromatic Colors of #D78EAA
Black with #D78EAA
Text Example
Text Example
White with #D78EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78EAA; }
p { color: rgb(215,142,170); }
H1.HeaderClassName
{
color: #D78EAA;
}
.AnyTagClassName
{
color: #D78EAA;
}
</style>
background-color css
<style>
a { background-color: #D78EAA; }
a { background-color: rgb(215,142,170); }
div.DivClassName
{
background-color: #D78EAA;
}
.BgClassName
{
background-color: #D78EAA;
}
</style>
border-color css
<style>
span { border-color: #D78EAA; }
span { border-color: rgb(215,142,170); }
td.TdClassName
{
border-color: #D78EAA;
}
.TagClassName
{
border-color: #D78EAA;
}
</style>