Shades of Kobi #D78BAE
Tints of Kobi #D78BAE
RGB
CMYK
RGB Variations
Color information
#D78BAE (or 0xD78BAE) is known color: Kobi. HEX triplet: D7, 8B and AE. RGB value is (215,139,174). Sum of RGB (Red+Green+Blue) = 215+139+174=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78BAE is #287451. Grayscale: #A5A5A5. Windows color (decimal): -2651218 or 11439063. OLE color: 11439063.
HSL color Cylindrical-coordinate representation of color #D78BAE: hue angle of 332.37º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78BAE is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 174 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.16 |
| HSL | 332.37º | 0.49% | 0.69% | - |
| HSV(B) | 332.37º | 0.35% | 0.84% | - |
| XYZ | 44.9 | 35.97 | 44.62 | - |
| YUV | 165.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 174 | 0 | 0.35 | 0.19 | 0.16 | 332.37 | 0.49 | 0.69 |
| Hex | D7 | 8B | AE | 0 | 23 | 13 | 10 | 14C | 31 | 45 |
| Octal | 327 | 213 | 256 | 0 | 43 | 23 | 20 | 514 | 61 | 105 |
| Binary | 11010111 | 10001011 | 10101110 | 0 | 100011 | 10011 | 10000 | 101001100 | 110001 | 1000101 |
Color Harmonies of #D78BAE
Complementary color
Monochromatic Colors of #D78BAE
Black with #D78BAE
Text Example
Text Example
White with #D78BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BAE; }
p { color: rgb(215,139,174); }
H1.HeaderClassName
{
color: #D78BAE;
}
.AnyTagClassName
{
color: #D78BAE;
}
</style>
background-color css
<style>
a { background-color: #D78BAE; }
a { background-color: rgb(215,139,174); }
div.DivClassName
{
background-color: #D78BAE;
}
.BgClassName
{
background-color: #D78BAE;
}
</style>
border-color css
<style>
span { border-color: #D78BAE; }
span { border-color: rgb(215,139,174); }
td.TdClassName
{
border-color: #D78BAE;
}
.TagClassName
{
border-color: #D78BAE;
}
</style>