Shades of Kobi #DA8FAE
Tints of Kobi #DA8FAE
RGB
CMYK
RGB Variations
Color information
#DA8FAE (or 0xDA8FAE) is known color: Kobi. HEX triplet: DA, 8F and AE. RGB value is (218,143,174). Sum of RGB (Red+Green+Blue) = 218+143+174=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8FAE is #257051. Grayscale: #A8A8A8. Windows color (decimal): -2453586 or 11440090. OLE color: 11440090.
HSL color Cylindrical-coordinate representation of color #DA8FAE: hue angle of 335.2º 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 #DA8FAE is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 174 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.15 |
| HSL | 335.2º | 0.5% | 0.71% | - |
| HSV(B) | 335.2º | 0.34% | 0.85% | - |
| XYZ | 46.38 | 37.61 | 44.86 | - |
| YUV | 168.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 174 | 0 | 0.34 | 0.20 | 0.15 | 335.2 | 0.5 | 0.71 |
| Hex | DA | 8F | AE | 0 | 22 | 14 | F | 14F | 32 | 47 |
| Octal | 332 | 217 | 256 | 0 | 42 | 24 | 17 | 517 | 62 | 107 |
| Binary | 11011010 | 10001111 | 10101110 | 0 | 100010 | 10100 | 1111 | 101001111 | 110010 | 1000111 |
Color Harmonies of #DA8FAE
Complementary color
Monochromatic Colors of #DA8FAE
Black with #DA8FAE
Text Example
Text Example
White with #DA8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FAE; }
p { color: rgb(218,143,174); }
H1.HeaderClassName
{
color: #DA8FAE;
}
.AnyTagClassName
{
color: #DA8FAE;
}
</style>
background-color css
<style>
a { background-color: #DA8FAE; }
a { background-color: rgb(218,143,174); }
div.DivClassName
{
background-color: #DA8FAE;
}
.BgClassName
{
background-color: #DA8FAE;
}
</style>
border-color css
<style>
span { border-color: #DA8FAE; }
span { border-color: rgb(218,143,174); }
td.TdClassName
{
border-color: #DA8FAE;
}
.TagClassName
{
border-color: #DA8FAE;
}
</style>