Shades of Kobi #D787A9
Tints of Kobi #D787A9
RGB
CMYK
RGB Variations
Color information
#D787A9 (or 0xD787A9) is known color: Kobi. HEX triplet: D7, 87 and A9. RGB value is (215,135,169). Sum of RGB (Red+Green+Blue) = 215+135+169=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D787A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D787A9 is #287856. Grayscale: #A2A2A2. Windows color (decimal): -2652247 or 11110359. OLE color: 11110359.
HSL color Cylindrical-coordinate representation of color #D787A9: hue angle of 334.5º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D787A9 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 169 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.16 |
| HSL | 334.5º | 0.5% | 0.69% | - |
| HSV(B) | 334.5º | 0.37% | 0.84% | - |
| XYZ | 43.85 | 34.64 | 41.91 | - |
| YUV | 162.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 169 | 0 | 0.37 | 0.21 | 0.16 | 334.5 | 0.5 | 0.69 |
| Hex | D7 | 87 | A9 | 0 | 25 | 15 | 10 | 14E | 32 | 45 |
| Octal | 327 | 207 | 251 | 0 | 45 | 25 | 20 | 516 | 62 | 105 |
| Binary | 11010111 | 10000111 | 10101001 | 0 | 100101 | 10101 | 10000 | 101001110 | 110010 | 1000101 |
Color Harmonies of #D787A9
Complementary color
Monochromatic Colors of #D787A9
Black with #D787A9
Text Example
Text Example
White with #D787A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D787A9; }
p { color: rgb(215,135,169); }
H1.HeaderClassName
{
color: #D787A9;
}
.AnyTagClassName
{
color: #D787A9;
}
</style>
background-color css
<style>
a { background-color: #D787A9; }
a { background-color: rgb(215,135,169); }
div.DivClassName
{
background-color: #D787A9;
}
.BgClassName
{
background-color: #D787A9;
}
</style>
border-color css
<style>
span { border-color: #D787A9; }
span { border-color: rgb(215,135,169); }
td.TdClassName
{
border-color: #D787A9;
}
.TagClassName
{
border-color: #D787A9;
}
</style>