Shades of Kobi #DA8DA6
Tints of Kobi #DA8DA6
RGB
CMYK
RGB Variations
Color information
#DA8DA6 (or 0xDA8DA6) is known color: Kobi. HEX triplet: DA, 8D and A6. RGB value is (218,141,166). Sum of RGB (Red+Green+Blue) = 218+141+166=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8DA6 is #257259. Grayscale: #A6A6A6. Windows color (decimal): -2454106 or 10915290. OLE color: 10915290.
HSL color Cylindrical-coordinate representation of color #DA8DA6: hue angle of 340.52º degrees, saturation: 0.51, 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 #DA8DA6 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 166 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.15 |
| HSL | 340.52º | 0.51% | 0.7% | - |
| HSV(B) | 340.52º | 0.35% | 0.85% | - |
| XYZ | 45.32 | 36.71 | 40.77 | - |
| YUV | 166.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 166 | 0 | 0.35 | 0.24 | 0.15 | 340.52 | 0.51 | 0.7 |
| Hex | DA | 8D | A6 | 0 | 23 | 18 | F | 155 | 33 | 46 |
| Octal | 332 | 215 | 246 | 0 | 43 | 30 | 17 | 525 | 63 | 106 |
| Binary | 11011010 | 10001101 | 10100110 | 0 | 100011 | 11000 | 1111 | 101010101 | 110011 | 1000110 |
Color Harmonies of #DA8DA6
Complementary color
Monochromatic Colors of #DA8DA6
Black with #DA8DA6
Text Example
Text Example
White with #DA8DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DA6; }
p { color: rgb(218,141,166); }
H1.HeaderClassName
{
color: #DA8DA6;
}
.AnyTagClassName
{
color: #DA8DA6;
}
</style>
background-color css
<style>
a { background-color: #DA8DA6; }
a { background-color: rgb(218,141,166); }
div.DivClassName
{
background-color: #DA8DA6;
}
.BgClassName
{
background-color: #DA8DA6;
}
</style>
border-color css
<style>
span { border-color: #DA8DA6; }
span { border-color: rgb(218,141,166); }
td.TdClassName
{
border-color: #DA8DA6;
}
.TagClassName
{
border-color: #DA8DA6;
}
</style>