Shades of Kobi #DA86B2
Tints of Kobi #DA86B2
RGB
CMYK
RGB Variations
Color information
#DA86B2 (or 0xDA86B2) is known color: Kobi. HEX triplet: DA, 86 and B2. RGB value is (218,134,178). Sum of RGB (Red+Green+Blue) = 218+134+178=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA86B2 is #25794D. Grayscale: #A4A4A4. Windows color (decimal): -2455886 or 11699930. OLE color: 11699930.
HSL color Cylindrical-coordinate representation of color #DA86B2: hue angle of 328.57º 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 #DA86B2 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 178 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.15 |
| HSL | 328.57º | 0.53% | 0.69% | - |
| HSV(B) | 328.57º | 0.39% | 0.85% | - |
| XYZ | 45.47 | 35.17 | 46.51 | - |
| YUV | 164.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 178 | 0 | 0.39 | 0.18 | 0.15 | 328.57 | 0.53 | 0.69 |
| Hex | DA | 86 | B2 | 0 | 27 | 12 | F | 149 | 35 | 45 |
| Octal | 332 | 206 | 262 | 0 | 47 | 22 | 17 | 511 | 65 | 105 |
| Binary | 11011010 | 10000110 | 10110010 | 0 | 100111 | 10010 | 1111 | 101001001 | 110101 | 1000101 |
Color Harmonies of #DA86B2
Complementary color
Monochromatic Colors of #DA86B2
Black with #DA86B2
Text Example
Text Example
White with #DA86B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86B2; }
p { color: rgb(218,134,178); }
H1.HeaderClassName
{
color: #DA86B2;
}
.AnyTagClassName
{
color: #DA86B2;
}
</style>
background-color css
<style>
a { background-color: #DA86B2; }
a { background-color: rgb(218,134,178); }
div.DivClassName
{
background-color: #DA86B2;
}
.BgClassName
{
background-color: #DA86B2;
}
</style>
border-color css
<style>
span { border-color: #DA86B2; }
span { border-color: rgb(218,134,178); }
td.TdClassName
{
border-color: #DA86B2;
}
.TagClassName
{
border-color: #DA86B2;
}
</style>