Shades of Kobi #DA86AF
Tints of Kobi #DA86AF
RGB
CMYK
RGB Variations
Color information
#DA86AF (or 0xDA86AF) is known color: Kobi. HEX triplet: DA, 86 and AF. RGB value is (218,134,175). Sum of RGB (Red+Green+Blue) = 218+134+175=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA86AF is #257950. Grayscale: #A3A3A3. Windows color (decimal): -2455889 or 11503322. OLE color: 11503322.
HSL color Cylindrical-coordinate representation of color #DA86AF: hue angle of 330.71º 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 #DA86AF is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 175 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.15 |
| HSL | 330.71º | 0.53% | 0.69% | - |
| HSV(B) | 330.71º | 0.39% | 0.85% | - |
| XYZ | 45.18 | 35.05 | 44.94 | - |
| YUV | 163.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 175 | 0 | 0.39 | 0.20 | 0.15 | 330.71 | 0.53 | 0.69 |
| Hex | DA | 86 | AF | 0 | 27 | 14 | F | 14B | 35 | 45 |
| Octal | 332 | 206 | 257 | 0 | 47 | 24 | 17 | 513 | 65 | 105 |
| Binary | 11011010 | 10000110 | 10101111 | 0 | 100111 | 10100 | 1111 | 101001011 | 110101 | 1000101 |
Color Harmonies of #DA86AF
Complementary color
Monochromatic Colors of #DA86AF
Black with #DA86AF
Text Example
Text Example
White with #DA86AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86AF; }
p { color: rgb(218,134,175); }
H1.HeaderClassName
{
color: #DA86AF;
}
.AnyTagClassName
{
color: #DA86AF;
}
</style>
background-color css
<style>
a { background-color: #DA86AF; }
a { background-color: rgb(218,134,175); }
div.DivClassName
{
background-color: #DA86AF;
}
.BgClassName
{
background-color: #DA86AF;
}
</style>
border-color css
<style>
span { border-color: #DA86AF; }
span { border-color: rgb(218,134,175); }
td.TdClassName
{
border-color: #DA86AF;
}
.TagClassName
{
border-color: #DA86AF;
}
</style>