Shades of Kobi #DA86AD
Tints of Kobi #DA86AD
RGB
CMYK
RGB Variations
Color information
#DA86AD (or 0xDA86AD) is known color: Kobi. HEX triplet: DA, 86 and AD. RGB value is (218,134,173). Sum of RGB (Red+Green+Blue) = 218+134+173=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA86AD is #257952. Grayscale: #A3A3A3. Windows color (decimal): -2455891 or 11372250. OLE color: 11372250.
HSL color Cylindrical-coordinate representation of color #DA86AD: hue angle of 332.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA86AD is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 173 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.15 |
| HSL | 332.14º | 0.53% | 0.69% | - |
| HSV(B) | 332.14º | 0.39% | 0.85% | - |
| XYZ | 44.98 | 34.97 | 43.91 | - |
| YUV | 163.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 173 | 0 | 0.39 | 0.21 | 0.15 | 332.14 | 0.53 | 0.69 |
| Hex | DA | 86 | AD | 0 | 27 | 15 | F | 14C | 35 | 45 |
| Octal | 332 | 206 | 255 | 0 | 47 | 25 | 17 | 514 | 65 | 105 |
| Binary | 11011010 | 10000110 | 10101101 | 0 | 100111 | 10101 | 1111 | 101001100 | 110101 | 1000101 |
Color Harmonies of #DA86AD
Complementary color
Monochromatic Colors of #DA86AD
Black with #DA86AD
Text Example
Text Example
White with #DA86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86AD; }
p { color: rgb(218,134,173); }
H1.HeaderClassName
{
color: #DA86AD;
}
.AnyTagClassName
{
color: #DA86AD;
}
</style>
background-color css
<style>
a { background-color: #DA86AD; }
a { background-color: rgb(218,134,173); }
div.DivClassName
{
background-color: #DA86AD;
}
.BgClassName
{
background-color: #DA86AD;
}
</style>
border-color css
<style>
span { border-color: #DA86AD; }
span { border-color: rgb(218,134,173); }
td.TdClassName
{
border-color: #DA86AD;
}
.TagClassName
{
border-color: #DA86AD;
}
</style>