Shades of Kobi #DA85A5
Tints of Kobi #DA85A5
RGB
CMYK
RGB Variations
Color information
#DA85A5 (or 0xDA85A5) is known color: Kobi. HEX triplet: DA, 85 and A5. RGB value is (218,133,165). Sum of RGB (Red+Green+Blue) = 218+133+165=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85A5 is #257A5A. Grayscale: #A2A2A2. Windows color (decimal): -2456155 or 10847706. OLE color: 10847706.
HSL color Cylindrical-coordinate representation of color #DA85A5: hue angle of 337.41º 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 #DA85A5 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 165 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.15 |
| HSL | 337.41º | 0.53% | 0.69% | - |
| HSV(B) | 337.41º | 0.39% | 0.85% | - |
| XYZ | 44.09 | 34.4 | 39.91 | - |
| YUV | 162.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 165 | 0 | 0.39 | 0.24 | 0.15 | 337.41 | 0.53 | 0.69 |
| Hex | DA | 85 | A5 | 0 | 27 | 18 | F | 151 | 35 | 45 |
| Octal | 332 | 205 | 245 | 0 | 47 | 30 | 17 | 521 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10100101 | 0 | 100111 | 11000 | 1111 | 101010001 | 110101 | 1000101 |
Color Harmonies of #DA85A5
Complementary color
Monochromatic Colors of #DA85A5
Black with #DA85A5
Text Example
Text Example
White with #DA85A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85A5; }
p { color: rgb(218,133,165); }
H1.HeaderClassName
{
color: #DA85A5;
}
.AnyTagClassName
{
color: #DA85A5;
}
</style>
background-color css
<style>
a { background-color: #DA85A5; }
a { background-color: rgb(218,133,165); }
div.DivClassName
{
background-color: #DA85A5;
}
.BgClassName
{
background-color: #DA85A5;
}
</style>
border-color css
<style>
span { border-color: #DA85A5; }
span { border-color: rgb(218,133,165); }
td.TdClassName
{
border-color: #DA85A5;
}
.TagClassName
{
border-color: #DA85A5;
}
</style>