Shades of Kobi #D88DA8
Tints of Kobi #D88DA8
RGB
CMYK
RGB Variations
Color information
#D88DA8 (or 0xD88DA8) is known color: Kobi. HEX triplet: D8, 8D and A8. RGB value is (216,141,168). Sum of RGB (Red+Green+Blue) = 216+141+168=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88DA8 is #277257. Grayscale: #A6A6A6. Windows color (decimal): -2585176 or 11046360. OLE color: 11046360.
HSL color Cylindrical-coordinate representation of color #D88DA8: hue angle of 338.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 #D88DA8 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 141 | 168 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.15 |
| HSL | 338.4º | 0.49% | 0.7% | - |
| HSV(B) | 338.4º | 0.35% | 0.85% | - |
| XYZ | 44.91 | 36.48 | 41.72 | - |
| YUV | 166.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 168 | 0 | 0.35 | 0.22 | 0.15 | 338.4 | 0.49 | 0.7 |
| Hex | D8 | 8D | A8 | 0 | 23 | 16 | F | 152 | 31 | 46 |
| Octal | 330 | 215 | 250 | 0 | 43 | 26 | 17 | 522 | 61 | 106 |
| Binary | 11011000 | 10001101 | 10101000 | 0 | 100011 | 10110 | 1111 | 101010010 | 110001 | 1000110 |
Color Harmonies of #D88DA8
Complementary color
Monochromatic Colors of #D88DA8
Black with #D88DA8
Text Example
Text Example
White with #D88DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88DA8; }
p { color: rgb(216,141,168); }
H1.HeaderClassName
{
color: #D88DA8;
}
.AnyTagClassName
{
color: #D88DA8;
}
</style>
background-color css
<style>
a { background-color: #D88DA8; }
a { background-color: rgb(216,141,168); }
div.DivClassName
{
background-color: #D88DA8;
}
.BgClassName
{
background-color: #D88DA8;
}
</style>
border-color css
<style>
span { border-color: #D88DA8; }
span { border-color: rgb(216,141,168); }
td.TdClassName
{
border-color: #D88DA8;
}
.TagClassName
{
border-color: #D88DA8;
}
</style>