Shades of Kobi #DA8DAF
Tints of Kobi #DA8DAF
RGB
CMYK
RGB Variations
Color information
#DA8DAF (or 0xDA8DAF) is known color: Kobi. HEX triplet: DA, 8D and AF. RGB value is (218,141,175). Sum of RGB (Red+Green+Blue) = 218+141+175=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8DAF is #257250. Grayscale: #A7A7A7. Windows color (decimal): -2454097 or 11505114. OLE color: 11505114.
HSL color Cylindrical-coordinate representation of color #DA8DAF: hue angle of 333.51º 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 #DA8DAF is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 175 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.15 |
| HSL | 333.51º | 0.51% | 0.7% | - |
| HSV(B) | 333.51º | 0.35% | 0.85% | - |
| XYZ | 46.18 | 37.05 | 45.28 | - |
| YUV | 167.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 175 | 0 | 0.35 | 0.20 | 0.15 | 333.51 | 0.51 | 0.7 |
| Hex | DA | 8D | AF | 0 | 23 | 14 | F | 14E | 33 | 46 |
| Octal | 332 | 215 | 257 | 0 | 43 | 24 | 17 | 516 | 63 | 106 |
| Binary | 11011010 | 10001101 | 10101111 | 0 | 100011 | 10100 | 1111 | 101001110 | 110011 | 1000110 |
Color Harmonies of #DA8DAF
Complementary color
Monochromatic Colors of #DA8DAF
Black with #DA8DAF
Text Example
Text Example
White with #DA8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DAF; }
p { color: rgb(218,141,175); }
H1.HeaderClassName
{
color: #DA8DAF;
}
.AnyTagClassName
{
color: #DA8DAF;
}
</style>
background-color css
<style>
a { background-color: #DA8DAF; }
a { background-color: rgb(218,141,175); }
div.DivClassName
{
background-color: #DA8DAF;
}
.BgClassName
{
background-color: #DA8DAF;
}
</style>
border-color css
<style>
span { border-color: #DA8DAF; }
span { border-color: rgb(218,141,175); }
td.TdClassName
{
border-color: #DA8DAF;
}
.TagClassName
{
border-color: #DA8DAF;
}
</style>