Shades of Kobi #D18DA8
Tints of Kobi #D18DA8
RGB
CMYK
RGB Variations
Color information
#D18DA8 (or 0xD18DA8) is known color: Kobi. HEX triplet: D1, 8D and A8. RGB value is (209,141,168). Sum of RGB (Red+Green+Blue) = 209+141+168=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18DA8 is #2E7257. Grayscale: #A4A4A4. Windows color (decimal): -3043928 or 11046353. OLE color: 11046353.
HSL color Cylindrical-coordinate representation of color #D18DA8: hue angle of 336.18º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18DA8 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 168 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.18 |
| HSL | 336.18º | 0.43% | 0.69% | - |
| HSV(B) | 336.18º | 0.33% | 0.82% | - |
| XYZ | 42.89 | 35.43 | 41.62 | - |
| YUV | 164.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 168 | 0 | 0.33 | 0.20 | 0.18 | 336.18 | 0.43 | 0.69 |
| Hex | D1 | 8D | A8 | 0 | 21 | 14 | 12 | 150 | 2A | 45 |
| Octal | 321 | 215 | 250 | 0 | 41 | 24 | 22 | 520 | 52 | 105 |
| Binary | 11010001 | 10001101 | 10101000 | 0 | 100001 | 10100 | 10010 | 101010000 | 101010 | 1000101 |
Color Harmonies of #D18DA8
Complementary color
Monochromatic Colors of #D18DA8
Black with #D18DA8
Text Example
Text Example
White with #D18DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18DA8; }
p { color: rgb(209,141,168); }
H1.HeaderClassName
{
color: #D18DA8;
}
.AnyTagClassName
{
color: #D18DA8;
}
</style>
background-color css
<style>
a { background-color: #D18DA8; }
a { background-color: rgb(209,141,168); }
div.DivClassName
{
background-color: #D18DA8;
}
.BgClassName
{
background-color: #D18DA8;
}
</style>
border-color css
<style>
span { border-color: #D18DA8; }
span { border-color: rgb(209,141,168); }
td.TdClassName
{
border-color: #D18DA8;
}
.TagClassName
{
border-color: #D18DA8;
}
</style>