Shades of Kobi #D77FA8
Tints of Kobi #D77FA8
RGB
CMYK
RGB Variations
Color information
#D77FA8 (or 0xD77FA8) is known color: Kobi. HEX triplet: D7, 7F and A8. RGB value is (215,127,168). Sum of RGB (Red+Green+Blue) = 215+127+168=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77FA8 is #288057. Grayscale: #9D9D9D. Windows color (decimal): -2654296 or 11042775. OLE color: 11042775.
HSL color Cylindrical-coordinate representation of color #D77FA8: hue angle of 332.05º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77FA8 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 168 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.16 |
| HSL | 332.05º | 0.52% | 0.67% | - |
| HSV(B) | 332.05º | 0.41% | 0.84% | - |
| XYZ | 42.68 | 32.45 | 41.06 | - |
| YUV | 157.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 168 | 0 | 0.41 | 0.22 | 0.16 | 332.05 | 0.52 | 0.67 |
| Hex | D7 | 7F | A8 | 0 | 29 | 16 | 10 | 14C | 34 | 43 |
| Octal | 327 | 177 | 250 | 0 | 51 | 26 | 20 | 514 | 64 | 103 |
| Binary | 11010111 | 1111111 | 10101000 | 0 | 101001 | 10110 | 10000 | 101001100 | 110100 | 1000011 |
Color Harmonies of #D77FA8
Complementary color
Monochromatic Colors of #D77FA8
Black with #D77FA8
Text Example
Text Example
White with #D77FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FA8; }
p { color: rgb(215,127,168); }
H1.HeaderClassName
{
color: #D77FA8;
}
.AnyTagClassName
{
color: #D77FA8;
}
</style>
background-color css
<style>
a { background-color: #D77FA8; }
a { background-color: rgb(215,127,168); }
div.DivClassName
{
background-color: #D77FA8;
}
.BgClassName
{
background-color: #D77FA8;
}
</style>
border-color css
<style>
span { border-color: #D77FA8; }
span { border-color: rgb(215,127,168); }
td.TdClassName
{
border-color: #D77FA8;
}
.TagClassName
{
border-color: #D77FA8;
}
</style>