Shades of Kobi #D87DB2
Tints of Kobi #D87DB2
RGB
CMYK
RGB Variations
Color information
#D87DB2 (or 0xD87DB2) is known color: Kobi. HEX triplet: D8, 7D and B2. RGB value is (216,125,178). Sum of RGB (Red+Green+Blue) = 216+125+178=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DB2 is #27824D. Grayscale: #9E9E9E. Windows color (decimal): -2589262 or 11697624. OLE color: 11697624.
HSL color Cylindrical-coordinate representation of color #D87DB2: hue angle of 325.05º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87DB2 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 178 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.15 |
| HSL | 325.05º | 0.54% | 0.67% | - |
| HSV(B) | 325.05º | 0.42% | 0.85% | - |
| XYZ | 43.69 | 32.48 | 46.09 | - |
| YUV | 158.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 178 | 0 | 0.42 | 0.18 | 0.15 | 325.05 | 0.54 | 0.67 |
| Hex | D8 | 7D | B2 | 0 | 2A | 12 | F | 145 | 36 | 43 |
| Octal | 330 | 175 | 262 | 0 | 52 | 22 | 17 | 505 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10110010 | 0 | 101010 | 10010 | 1111 | 101000101 | 110110 | 1000011 |
Color Harmonies of #D87DB2
Complementary color
Monochromatic Colors of #D87DB2
Black with #D87DB2
Text Example
Text Example
White with #D87DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DB2; }
p { color: rgb(216,125,178); }
H1.HeaderClassName
{
color: #D87DB2;
}
.AnyTagClassName
{
color: #D87DB2;
}
</style>
background-color css
<style>
a { background-color: #D87DB2; }
a { background-color: rgb(216,125,178); }
div.DivClassName
{
background-color: #D87DB2;
}
.BgClassName
{
background-color: #D87DB2;
}
</style>
border-color css
<style>
span { border-color: #D87DB2; }
span { border-color: rgb(216,125,178); }
td.TdClassName
{
border-color: #D87DB2;
}
.TagClassName
{
border-color: #D87DB2;
}
</style>