Shades of Kobi #DA9FAA
Tints of Kobi #DA9FAA
RGB
CMYK
RGB Variations
Color information
#DA9FAA (or 0xDA9FAA) is known color: Kobi. HEX triplet: DA, 9F and AA. RGB value is (218,159,170). Sum of RGB (Red+Green+Blue) = 218+159+170=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9FAA is #256055. Grayscale: #B1B1B1. Windows color (decimal): -2449494 or 11182042. OLE color: 11182042.
HSL color Cylindrical-coordinate representation of color #DA9FAA: hue angle of 348.81º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FAA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 159 | 170 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.15 |
| HSL | 348.81º | 0.44% | 0.74% | - |
| HSV(B) | 348.81º | 0.27% | 0.85% | - |
| XYZ | 48.57 | 42.6 | 43.69 | - |
| YUV | 177.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 159 | 170 | 0 | 0.27 | 0.22 | 0.15 | 348.81 | 0.44 | 0.74 |
| Hex | DA | 9F | AA | 0 | 1B | 16 | F | 15D | 2C | 4A |
| Octal | 332 | 237 | 252 | 0 | 33 | 26 | 17 | 535 | 54 | 112 |
| Binary | 11011010 | 10011111 | 10101010 | 0 | 11011 | 10110 | 1111 | 101011101 | 101100 | 1001010 |
Color Harmonies of #DA9FAA
Complementary color
Monochromatic Colors of #DA9FAA
Black with #DA9FAA
Text Example
Text Example
White with #DA9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9FAA; }
p { color: rgb(218,159,170); }
H1.HeaderClassName
{
color: #DA9FAA;
}
.AnyTagClassName
{
color: #DA9FAA;
}
</style>
background-color css
<style>
a { background-color: #DA9FAA; }
a { background-color: rgb(218,159,170); }
div.DivClassName
{
background-color: #DA9FAA;
}
.BgClassName
{
background-color: #DA9FAA;
}
</style>
border-color css
<style>
span { border-color: #DA9FAA; }
span { border-color: rgb(218,159,170); }
td.TdClassName
{
border-color: #DA9FAA;
}
.TagClassName
{
border-color: #DA9FAA;
}
</style>