Shades of Kobi #D77DB0
Tints of Kobi #D77DB0
RGB
CMYK
RGB Variations
Color information
#D77DB0 (or 0xD77DB0) is known color: Kobi. HEX triplet: D7, 7D and B0. RGB value is (215,125,176). Sum of RGB (Red+Green+Blue) = 215+125+176=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77DB0 is #28824F. Grayscale: #9D9D9D. Windows color (decimal): -2654800 or 11566551. OLE color: 11566551.
HSL color Cylindrical-coordinate representation of color #D77DB0: hue angle of 326º 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 #D77DB0 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 176 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.16 |
| HSL | 326º | 0.53% | 0.67% | - |
| HSV(B) | 326º | 0.42% | 0.84% | - |
| XYZ | 43.19 | 32.25 | 45.02 | - |
| YUV | 157.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 176 | 0 | 0.42 | 0.18 | 0.16 | 326 | 0.53 | 0.67 |
| Hex | D7 | 7D | B0 | 0 | 2A | 12 | 10 | 146 | 35 | 43 |
| Octal | 327 | 175 | 260 | 0 | 52 | 22 | 20 | 506 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10110000 | 0 | 101010 | 10010 | 10000 | 101000110 | 110101 | 1000011 |
Color Harmonies of #D77DB0
Complementary color
Monochromatic Colors of #D77DB0
Black with #D77DB0
Text Example
Text Example
White with #D77DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DB0; }
p { color: rgb(215,125,176); }
H1.HeaderClassName
{
color: #D77DB0;
}
.AnyTagClassName
{
color: #D77DB0;
}
</style>
background-color css
<style>
a { background-color: #D77DB0; }
a { background-color: rgb(215,125,176); }
div.DivClassName
{
background-color: #D77DB0;
}
.BgClassName
{
background-color: #D77DB0;
}
</style>
border-color css
<style>
span { border-color: #D77DB0; }
span { border-color: rgb(215,125,176); }
td.TdClassName
{
border-color: #D77DB0;
}
.TagClassName
{
border-color: #D77DB0;
}
</style>