Shades of Kobi #D77BAE
Tints of Kobi #D77BAE
RGB
CMYK
RGB Variations
Color information
#D77BAE (or 0xD77BAE) is known color: Kobi. HEX triplet: D7, 7B and AE. RGB value is (215,123,174). Sum of RGB (Red+Green+Blue) = 215+123+174=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BAE is #288451. Grayscale: #9C9C9C. Windows color (decimal): -2655314 or 11434967. OLE color: 11434967.
HSL color Cylindrical-coordinate representation of color #D77BAE: hue angle of 326.74º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77BAE is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 174 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.16 |
| HSL | 326.74º | 0.53% | 0.66% | - |
| HSV(B) | 326.74º | 0.43% | 0.84% | - |
| XYZ | 42.75 | 31.67 | 43.9 | - |
| YUV | 156.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 174 | 0 | 0.43 | 0.19 | 0.16 | 326.74 | 0.53 | 0.66 |
| Hex | D7 | 7B | AE | 0 | 2B | 13 | 10 | 147 | 35 | 42 |
| Octal | 327 | 173 | 256 | 0 | 53 | 23 | 20 | 507 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10101110 | 0 | 101011 | 10011 | 10000 | 101000111 | 110101 | 1000010 |
Color Harmonies of #D77BAE
Complementary color
Monochromatic Colors of #D77BAE
Black with #D77BAE
Text Example
Text Example
White with #D77BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BAE; }
p { color: rgb(215,123,174); }
H1.HeaderClassName
{
color: #D77BAE;
}
.AnyTagClassName
{
color: #D77BAE;
}
</style>
background-color css
<style>
a { background-color: #D77BAE; }
a { background-color: rgb(215,123,174); }
div.DivClassName
{
background-color: #D77BAE;
}
.BgClassName
{
background-color: #D77BAE;
}
</style>
border-color css
<style>
span { border-color: #D77BAE; }
span { border-color: rgb(215,123,174); }
td.TdClassName
{
border-color: #D77BAE;
}
.TagClassName
{
border-color: #D77BAE;
}
</style>