Shades of Kobi #DA8FA5
Tints of Kobi #DA8FA5
RGB
CMYK
RGB Variations
Color information
#DA8FA5 (or 0xDA8FA5) is known color: Kobi. HEX triplet: DA, 8F and A5. RGB value is (218,143,165). Sum of RGB (Red+Green+Blue) = 218+143+165=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8FA5 is #25705A. Grayscale: #A7A7A7. Windows color (decimal): -2453595 or 10850266. OLE color: 10850266.
HSL color Cylindrical-coordinate representation of color #DA8FA5: hue angle of 342.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA8FA5 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 165 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.15 |
| HSL | 342.4º | 0.5% | 0.71% | - |
| HSV(B) | 342.4º | 0.34% | 0.85% | - |
| XYZ | 45.53 | 37.27 | 40.39 | - |
| YUV | 167.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 165 | 0 | 0.34 | 0.24 | 0.15 | 342.4 | 0.5 | 0.71 |
| Hex | DA | 8F | A5 | 0 | 22 | 18 | F | 156 | 32 | 47 |
| Octal | 332 | 217 | 245 | 0 | 42 | 30 | 17 | 526 | 62 | 107 |
| Binary | 11011010 | 10001111 | 10100101 | 0 | 100010 | 11000 | 1111 | 101010110 | 110010 | 1000111 |
Color Harmonies of #DA8FA5
Complementary color
Monochromatic Colors of #DA8FA5
Black with #DA8FA5
Text Example
Text Example
White with #DA8FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FA5; }
p { color: rgb(218,143,165); }
H1.HeaderClassName
{
color: #DA8FA5;
}
.AnyTagClassName
{
color: #DA8FA5;
}
</style>
background-color css
<style>
a { background-color: #DA8FA5; }
a { background-color: rgb(218,143,165); }
div.DivClassName
{
background-color: #DA8FA5;
}
.BgClassName
{
background-color: #DA8FA5;
}
</style>
border-color css
<style>
span { border-color: #DA8FA5; }
span { border-color: rgb(218,143,165); }
td.TdClassName
{
border-color: #DA8FA5;
}
.TagClassName
{
border-color: #DA8FA5;
}
</style>