Shades of Kobi #D87BAE
Tints of Kobi #D87BAE
RGB
CMYK
RGB Variations
Color information
#D87BAE (or 0xD87BAE) is known color: Kobi. HEX triplet: D8, 7B and AE. RGB value is (216,123,174). Sum of RGB (Red+Green+Blue) = 216+123+174=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BAE is #278451. Grayscale: #9C9C9C. Windows color (decimal): -2589778 or 11434968. OLE color: 11434968.
HSL color Cylindrical-coordinate representation of color #D87BAE: hue angle of 327.1º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BAE is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 174 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.15 |
| HSL | 327.1º | 0.54% | 0.66% | - |
| HSV(B) | 327.1º | 0.43% | 0.85% | - |
| XYZ | 43.04 | 31.82 | 43.92 | - |
| YUV | 156.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 174 | 0 | 0.43 | 0.19 | 0.15 | 327.1 | 0.54 | 0.66 |
| Hex | D8 | 7B | AE | 0 | 2B | 13 | F | 147 | 36 | 42 |
| Octal | 330 | 173 | 256 | 0 | 53 | 23 | 17 | 507 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10101110 | 0 | 101011 | 10011 | 1111 | 101000111 | 110110 | 1000010 |
Color Harmonies of #D87BAE
Complementary color
Monochromatic Colors of #D87BAE
Black with #D87BAE
Text Example
Text Example
White with #D87BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BAE; }
p { color: rgb(216,123,174); }
H1.HeaderClassName
{
color: #D87BAE;
}
.AnyTagClassName
{
color: #D87BAE;
}
</style>
background-color css
<style>
a { background-color: #D87BAE; }
a { background-color: rgb(216,123,174); }
div.DivClassName
{
background-color: #D87BAE;
}
.BgClassName
{
background-color: #D87BAE;
}
</style>
border-color css
<style>
span { border-color: #D87BAE; }
span { border-color: rgb(216,123,174); }
td.TdClassName
{
border-color: #D87BAE;
}
.TagClassName
{
border-color: #D87BAE;
}
</style>