Shades of Kobi #DA9FAC
Tints of Kobi #DA9FAC
RGB
CMYK
RGB Variations
Color information
#DA9FAC (or 0xDA9FAC) is known color: Kobi. HEX triplet: DA, 9F and AC. RGB value is (218,159,172). Sum of RGB (Red+Green+Blue) = 218+159+172=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9FAC is #256053. Grayscale: #B2B2B2. Windows color (decimal): -2449492 or 11313114. OLE color: 11313114.
HSL color Cylindrical-coordinate representation of color #DA9FAC: hue angle of 346.78º 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 #DA9FAC is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 159 | 172 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.15 |
| HSL | 346.78º | 0.44% | 0.74% | - |
| HSV(B) | 346.78º | 0.27% | 0.85% | - |
| XYZ | 48.76 | 42.68 | 44.7 | - |
| YUV | 178.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 159 | 172 | 0 | 0.27 | 0.21 | 0.15 | 346.78 | 0.44 | 0.74 |
| Hex | DA | 9F | AC | 0 | 1B | 15 | F | 15B | 2C | 4A |
| Octal | 332 | 237 | 254 | 0 | 33 | 25 | 17 | 533 | 54 | 112 |
| Binary | 11011010 | 10011111 | 10101100 | 0 | 11011 | 10101 | 1111 | 101011011 | 101100 | 1001010 |
Color Harmonies of #DA9FAC
Complementary color
Monochromatic Colors of #DA9FAC
Black with #DA9FAC
Text Example
Text Example
White with #DA9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9FAC; }
p { color: rgb(218,159,172); }
H1.HeaderClassName
{
color: #DA9FAC;
}
.AnyTagClassName
{
color: #DA9FAC;
}
</style>
background-color css
<style>
a { background-color: #DA9FAC; }
a { background-color: rgb(218,159,172); }
div.DivClassName
{
background-color: #DA9FAC;
}
.BgClassName
{
background-color: #DA9FAC;
}
</style>
border-color css
<style>
span { border-color: #DA9FAC; }
span { border-color: rgb(218,159,172); }
td.TdClassName
{
border-color: #DA9FAC;
}
.TagClassName
{
border-color: #DA9FAC;
}
</style>