Shades of Kobi #D787B0
Tints of Kobi #D787B0
RGB
CMYK
RGB Variations
Color information
#D787B0 (or 0xD787B0) is known color: Kobi. HEX triplet: D7, 87 and B0. RGB value is (215,135,176). Sum of RGB (Red+Green+Blue) = 215+135+176=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D787B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D787B0 is #28784F. Grayscale: #A3A3A3. Windows color (decimal): -2652240 or 11569111. OLE color: 11569111.
HSL color Cylindrical-coordinate representation of color #D787B0: hue angle of 329.25º 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 #D787B0 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 176 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.16 |
| HSL | 329.25º | 0.5% | 0.69% | - |
| HSV(B) | 329.25º | 0.37% | 0.84% | - |
| XYZ | 44.52 | 34.91 | 45.47 | - |
| YUV | 163.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 176 | 0 | 0.37 | 0.18 | 0.16 | 329.25 | 0.5 | 0.69 |
| Hex | D7 | 87 | B0 | 0 | 25 | 12 | 10 | 149 | 32 | 45 |
| Octal | 327 | 207 | 260 | 0 | 45 | 22 | 20 | 511 | 62 | 105 |
| Binary | 11010111 | 10000111 | 10110000 | 0 | 100101 | 10010 | 10000 | 101001001 | 110010 | 1000101 |
Color Harmonies of #D787B0
Complementary color
Monochromatic Colors of #D787B0
Black with #D787B0
Text Example
Text Example
White with #D787B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D787B0; }
p { color: rgb(215,135,176); }
H1.HeaderClassName
{
color: #D787B0;
}
.AnyTagClassName
{
color: #D787B0;
}
</style>
background-color css
<style>
a { background-color: #D787B0; }
a { background-color: rgb(215,135,176); }
div.DivClassName
{
background-color: #D787B0;
}
.BgClassName
{
background-color: #D787B0;
}
</style>
border-color css
<style>
span { border-color: #D787B0; }
span { border-color: rgb(215,135,176); }
td.TdClassName
{
border-color: #D787B0;
}
.TagClassName
{
border-color: #D787B0;
}
</style>