Shades of Kobi #D78AA8
Tints of Kobi #D78AA8
RGB
CMYK
RGB Variations
Color information
#D78AA8 (or 0xD78AA8) is known color: Kobi. HEX triplet: D7, 8A and A8. RGB value is (215,138,168). Sum of RGB (Red+Green+Blue) = 215+138+168=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78AA8 is #287557. Grayscale: #A4A4A4. Windows color (decimal): -2651480 or 11045591. OLE color: 11045591.
HSL color Cylindrical-coordinate representation of color #D78AA8: hue angle of 336.62º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78AA8 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 168 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.16 |
| HSL | 336.62º | 0.49% | 0.69% | - |
| HSV(B) | 336.62º | 0.36% | 0.84% | - |
| XYZ | 44.18 | 35.45 | 41.56 | - |
| YUV | 164.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 168 | 0 | 0.36 | 0.22 | 0.16 | 336.62 | 0.49 | 0.69 |
| Hex | D7 | 8A | A8 | 0 | 24 | 16 | 10 | 151 | 31 | 45 |
| Octal | 327 | 212 | 250 | 0 | 44 | 26 | 20 | 521 | 61 | 105 |
| Binary | 11010111 | 10001010 | 10101000 | 0 | 100100 | 10110 | 10000 | 101010001 | 110001 | 1000101 |
Color Harmonies of #D78AA8
Complementary color
Monochromatic Colors of #D78AA8
Black with #D78AA8
Text Example
Text Example
White with #D78AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78AA8; }
p { color: rgb(215,138,168); }
H1.HeaderClassName
{
color: #D78AA8;
}
.AnyTagClassName
{
color: #D78AA8;
}
</style>
background-color css
<style>
a { background-color: #D78AA8; }
a { background-color: rgb(215,138,168); }
div.DivClassName
{
background-color: #D78AA8;
}
.BgClassName
{
background-color: #D78AA8;
}
</style>
border-color css
<style>
span { border-color: #D78AA8; }
span { border-color: rgb(215,138,168); }
td.TdClassName
{
border-color: #D78AA8;
}
.TagClassName
{
border-color: #D78AA8;
}
</style>