Shades of Kobi #D77BAF
Tints of Kobi #D77BAF
RGB
CMYK
RGB Variations
Color information
#D77BAF (or 0xD77BAF) is known color: Kobi. HEX triplet: D7, 7B and AF. RGB value is (215,123,175). Sum of RGB (Red+Green+Blue) = 215+123+175=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BAF is #288450. Grayscale: #9C9C9C. Windows color (decimal): -2655313 or 11500503. OLE color: 11500503.
HSL color Cylindrical-coordinate representation of color #D77BAF: hue angle of 326.09º 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 #D77BAF is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 175 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.16 |
| HSL | 326.09º | 0.53% | 0.66% | - |
| HSV(B) | 326.09º | 0.43% | 0.84% | - |
| XYZ | 42.85 | 31.71 | 44.42 | - |
| YUV | 156.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 175 | 0 | 0.43 | 0.19 | 0.16 | 326.09 | 0.53 | 0.66 |
| Hex | D7 | 7B | AF | 0 | 2B | 13 | 10 | 146 | 35 | 42 |
| Octal | 327 | 173 | 257 | 0 | 53 | 23 | 20 | 506 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10101111 | 0 | 101011 | 10011 | 10000 | 101000110 | 110101 | 1000010 |
Color Harmonies of #D77BAF
Complementary color
Monochromatic Colors of #D77BAF
Black with #D77BAF
Text Example
Text Example
White with #D77BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BAF; }
p { color: rgb(215,123,175); }
H1.HeaderClassName
{
color: #D77BAF;
}
.AnyTagClassName
{
color: #D77BAF;
}
</style>
background-color css
<style>
a { background-color: #D77BAF; }
a { background-color: rgb(215,123,175); }
div.DivClassName
{
background-color: #D77BAF;
}
.BgClassName
{
background-color: #D77BAF;
}
</style>
border-color css
<style>
span { border-color: #D77BAF; }
span { border-color: rgb(215,123,175); }
td.TdClassName
{
border-color: #D77BAF;
}
.TagClassName
{
border-color: #D77BAF;
}
</style>