Shades of Kobi #DA8DA8
Tints of Kobi #DA8DA8
RGB
CMYK
RGB Variations
Color information
#DA8DA8 (or 0xDA8DA8) is known color: Kobi. HEX triplet: DA, 8D and A8. RGB value is (218,141,168). Sum of RGB (Red+Green+Blue) = 218+141+168=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8DA8 is #257257. Grayscale: #A7A7A7. Windows color (decimal): -2454104 or 11046362. OLE color: 11046362.
HSL color Cylindrical-coordinate representation of color #DA8DA8: hue angle of 338.96º 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 #DA8DA8 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 168 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.15 |
| HSL | 338.96º | 0.51% | 0.7% | - |
| HSV(B) | 338.96º | 0.35% | 0.85% | - |
| XYZ | 45.51 | 36.78 | 41.75 | - |
| YUV | 167.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 168 | 0 | 0.35 | 0.23 | 0.15 | 338.96 | 0.51 | 0.7 |
| Hex | DA | 8D | A8 | 0 | 23 | 17 | F | 153 | 33 | 46 |
| Octal | 332 | 215 | 250 | 0 | 43 | 27 | 17 | 523 | 63 | 106 |
| Binary | 11011010 | 10001101 | 10101000 | 0 | 100011 | 10111 | 1111 | 101010011 | 110011 | 1000110 |
Color Harmonies of #DA8DA8
Complementary color
Monochromatic Colors of #DA8DA8
Black with #DA8DA8
Text Example
Text Example
White with #DA8DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DA8; }
p { color: rgb(218,141,168); }
H1.HeaderClassName
{
color: #DA8DA8;
}
.AnyTagClassName
{
color: #DA8DA8;
}
</style>
background-color css
<style>
a { background-color: #DA8DA8; }
a { background-color: rgb(218,141,168); }
div.DivClassName
{
background-color: #DA8DA8;
}
.BgClassName
{
background-color: #DA8DA8;
}
</style>
border-color css
<style>
span { border-color: #DA8DA8; }
span { border-color: rgb(218,141,168); }
td.TdClassName
{
border-color: #DA8DA8;
}
.TagClassName
{
border-color: #DA8DA8;
}
</style>