Shades of Kobi #D88DB2
Tints of Kobi #D88DB2
RGB
CMYK
RGB Variations
Color information
#D88DB2 (or 0xD88DB2) is known color: Kobi. HEX triplet: D8, 8D and B2. RGB value is (216,141,178). Sum of RGB (Red+Green+Blue) = 216+141+178=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88DB2 is #27724D. Grayscale: #A7A7A7. Windows color (decimal): -2585166 or 11701720. OLE color: 11701720.
HSL color Cylindrical-coordinate representation of color #D88DB2: hue angle of 330.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88DB2 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 141 | 178 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.15 |
| HSL | 330.4º | 0.49% | 0.7% | - |
| HSV(B) | 330.4º | 0.35% | 0.85% | - |
| XYZ | 45.88 | 36.86 | 46.82 | - |
| YUV | 167.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 178 | 0 | 0.35 | 0.18 | 0.15 | 330.4 | 0.49 | 0.7 |
| Hex | D8 | 8D | B2 | 0 | 23 | 12 | F | 14A | 31 | 46 |
| Octal | 330 | 215 | 262 | 0 | 43 | 22 | 17 | 512 | 61 | 106 |
| Binary | 11011000 | 10001101 | 10110010 | 0 | 100011 | 10010 | 1111 | 101001010 | 110001 | 1000110 |
Color Harmonies of #D88DB2
Complementary color
Monochromatic Colors of #D88DB2
Black with #D88DB2
Text Example
Text Example
White with #D88DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88DB2; }
p { color: rgb(216,141,178); }
H1.HeaderClassName
{
color: #D88DB2;
}
.AnyTagClassName
{
color: #D88DB2;
}
</style>
background-color css
<style>
a { background-color: #D88DB2; }
a { background-color: rgb(216,141,178); }
div.DivClassName
{
background-color: #D88DB2;
}
.BgClassName
{
background-color: #D88DB2;
}
</style>
border-color css
<style>
span { border-color: #D88DB2; }
span { border-color: rgb(216,141,178); }
td.TdClassName
{
border-color: #D88DB2;
}
.TagClassName
{
border-color: #D88DB2;
}
</style>