Shades of Kobi #D77EB2
Tints of Kobi #D77EB2
RGB
CMYK
RGB Variations
Color information
#D77EB2 (or 0xD77EB2) is known color: Kobi. HEX triplet: D7, 7E and B2. RGB value is (215,126,178). Sum of RGB (Red+Green+Blue) = 215+126+178=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77EB2 is #28814D. Grayscale: #9E9E9E. Windows color (decimal): -2654542 or 11697879. OLE color: 11697879.
HSL color Cylindrical-coordinate representation of color #D77EB2: hue angle of 324.94º degrees, saturation: 0.53, 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 #D77EB2 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 178 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.16 |
| HSL | 324.94º | 0.53% | 0.67% | - |
| HSV(B) | 324.94º | 0.41% | 0.84% | - |
| XYZ | 43.52 | 32.58 | 46.11 | - |
| YUV | 158.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 178 | 0 | 0.41 | 0.17 | 0.16 | 324.94 | 0.53 | 0.67 |
| Hex | D7 | 7E | B2 | 0 | 29 | 11 | 10 | 145 | 35 | 43 |
| Octal | 327 | 176 | 262 | 0 | 51 | 21 | 20 | 505 | 65 | 103 |
| Binary | 11010111 | 1111110 | 10110010 | 0 | 101001 | 10001 | 10000 | 101000101 | 110101 | 1000011 |
Color Harmonies of #D77EB2
Complementary color
Monochromatic Colors of #D77EB2
Black with #D77EB2
Text Example
Text Example
White with #D77EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EB2; }
p { color: rgb(215,126,178); }
H1.HeaderClassName
{
color: #D77EB2;
}
.AnyTagClassName
{
color: #D77EB2;
}
</style>
background-color css
<style>
a { background-color: #D77EB2; }
a { background-color: rgb(215,126,178); }
div.DivClassName
{
background-color: #D77EB2;
}
.BgClassName
{
background-color: #D77EB2;
}
</style>
border-color css
<style>
span { border-color: #D77EB2; }
span { border-color: rgb(215,126,178); }
td.TdClassName
{
border-color: #D77EB2;
}
.TagClassName
{
border-color: #D77EB2;
}
</style>