Shades of Kobi #DA85AA
Tints of Kobi #DA85AA
RGB
CMYK
RGB Variations
Color information
#DA85AA (or 0xDA85AA) is known color: Kobi. HEX triplet: DA, 85 and AA. RGB value is (218,133,170). Sum of RGB (Red+Green+Blue) = 218+133+170=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85AA is #257A55. Grayscale: #A2A2A2. Windows color (decimal): -2456150 or 11175386. OLE color: 11175386.
HSL color Cylindrical-coordinate representation of color #DA85AA: hue angle of 333.88º 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 #DA85AA is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 170 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.15 |
| HSL | 333.88º | 0.53% | 0.69% | - |
| HSV(B) | 333.88º | 0.39% | 0.85% | - |
| XYZ | 44.56 | 34.58 | 42.36 | - |
| YUV | 162.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 170 | 0 | 0.39 | 0.22 | 0.15 | 333.88 | 0.53 | 0.69 |
| Hex | DA | 85 | AA | 0 | 27 | 16 | F | 14E | 35 | 45 |
| Octal | 332 | 205 | 252 | 0 | 47 | 26 | 17 | 516 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10101010 | 0 | 100111 | 10110 | 1111 | 101001110 | 110101 | 1000101 |
Color Harmonies of #DA85AA
Complementary color
Monochromatic Colors of #DA85AA
Black with #DA85AA
Text Example
Text Example
White with #DA85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85AA; }
p { color: rgb(218,133,170); }
H1.HeaderClassName
{
color: #DA85AA;
}
.AnyTagClassName
{
color: #DA85AA;
}
</style>
background-color css
<style>
a { background-color: #DA85AA; }
a { background-color: rgb(218,133,170); }
div.DivClassName
{
background-color: #DA85AA;
}
.BgClassName
{
background-color: #DA85AA;
}
</style>
border-color css
<style>
span { border-color: #DA85AA; }
span { border-color: rgb(218,133,170); }
td.TdClassName
{
border-color: #DA85AA;
}
.TagClassName
{
border-color: #DA85AA;
}
</style>