Shades of Kobi #D87CAE
Tints of Kobi #D87CAE
RGB
CMYK
RGB Variations
Color information
#D87CAE (or 0xD87CAE) is known color: Kobi. HEX triplet: D8, 7C and AE. RGB value is (216,124,174). Sum of RGB (Red+Green+Blue) = 216+124+174=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CAE is #278351. Grayscale: #9D9D9D. Windows color (decimal): -2589522 or 11435224. OLE color: 11435224.
HSL color Cylindrical-coordinate representation of color #D87CAE: hue angle of 327.39º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87CAE is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 174 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.15 |
| HSL | 327.39º | 0.54% | 0.67% | - |
| HSV(B) | 327.39º | 0.43% | 0.85% | - |
| XYZ | 43.17 | 32.07 | 43.96 | - |
| YUV | 157.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 174 | 0 | 0.43 | 0.19 | 0.15 | 327.39 | 0.54 | 0.67 |
| Hex | D8 | 7C | AE | 0 | 2B | 13 | F | 147 | 36 | 43 |
| Octal | 330 | 174 | 256 | 0 | 53 | 23 | 17 | 507 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10101110 | 0 | 101011 | 10011 | 1111 | 101000111 | 110110 | 1000011 |
Color Harmonies of #D87CAE
Complementary color
Monochromatic Colors of #D87CAE
Black with #D87CAE
Text Example
Text Example
White with #D87CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CAE; }
p { color: rgb(216,124,174); }
H1.HeaderClassName
{
color: #D87CAE;
}
.AnyTagClassName
{
color: #D87CAE;
}
</style>
background-color css
<style>
a { background-color: #D87CAE; }
a { background-color: rgb(216,124,174); }
div.DivClassName
{
background-color: #D87CAE;
}
.BgClassName
{
background-color: #D87CAE;
}
</style>
border-color css
<style>
span { border-color: #D87CAE; }
span { border-color: rgb(216,124,174); }
td.TdClassName
{
border-color: #D87CAE;
}
.TagClassName
{
border-color: #D87CAE;
}
</style>