Shades of Kobi #D77DA8
Tints of Kobi #D77DA8
RGB
CMYK
RGB Variations
Color information
#D77DA8 (or 0xD77DA8) is known color: Kobi. HEX triplet: D7, 7D and A8. RGB value is (215,125,168). Sum of RGB (Red+Green+Blue) = 215+125+168=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77DA8 is #288257. Grayscale: #9C9C9C. Windows color (decimal): -2654808 or 11042263. OLE color: 11042263.
HSL color Cylindrical-coordinate representation of color #D77DA8: hue angle of 331.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DA8 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 168 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.16 |
| HSL | 331.33º | 0.53% | 0.67% | - |
| HSV(B) | 331.33º | 0.42% | 0.84% | - |
| XYZ | 42.43 | 31.94 | 40.98 | - |
| YUV | 156.81 | 134.32 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 168 | 0 | 0.42 | 0.22 | 0.16 | 331.33 | 0.53 | 0.67 |
| Hex | D7 | 7D | A8 | 0 | 2A | 16 | 10 | 14B | 35 | 43 |
| Octal | 327 | 175 | 250 | 0 | 52 | 26 | 20 | 513 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10101000 | 0 | 101010 | 10110 | 10000 | 101001011 | 110101 | 1000011 |
Color Harmonies of #D77DA8
Complementary color
Monochromatic Colors of #D77DA8
Black with #D77DA8
Text Example
Text Example
White with #D77DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DA8; }
p { color: rgb(215,125,168); }
H1.HeaderClassName
{
color: #D77DA8;
}
.AnyTagClassName
{
color: #D77DA8;
}
</style>
background-color css
<style>
a { background-color: #D77DA8; }
a { background-color: rgb(215,125,168); }
div.DivClassName
{
background-color: #D77DA8;
}
.BgClassName
{
background-color: #D77DA8;
}
</style>
border-color css
<style>
span { border-color: #D77DA8; }
span { border-color: rgb(215,125,168); }
td.TdClassName
{
border-color: #D77DA8;
}
.TagClassName
{
border-color: #D77DA8;
}
</style>