Shades of Kobi #DA82AA
Tints of Kobi #DA82AA
RGB
CMYK
RGB Variations
Color information
#DA82AA (or 0xDA82AA) is known color: Kobi. HEX triplet: DA, 82 and AA. RGB value is (218,130,170). Sum of RGB (Red+Green+Blue) = 218+130+170=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA82AA is #257D55. Grayscale: #A0A0A0. Windows color (decimal): -2456918 or 11174618. OLE color: 11174618.
HSL color Cylindrical-coordinate representation of color #DA82AA: hue angle of 332.73º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA82AA is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 170 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.15 |
| HSL | 332.73º | 0.54% | 0.68% | - |
| HSV(B) | 332.73º | 0.4% | 0.85% | - |
| XYZ | 44.15 | 33.77 | 42.22 | - |
| YUV | 160.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 170 | 0 | 0.40 | 0.22 | 0.15 | 332.73 | 0.54 | 0.68 |
| Hex | DA | 82 | AA | 0 | 28 | 16 | F | 14D | 36 | 44 |
| Octal | 332 | 202 | 252 | 0 | 50 | 26 | 17 | 515 | 66 | 104 |
| Binary | 11011010 | 10000010 | 10101010 | 0 | 101000 | 10110 | 1111 | 101001101 | 110110 | 1000100 |
Color Harmonies of #DA82AA
Complementary color
Monochromatic Colors of #DA82AA
Black with #DA82AA
Text Example
Text Example
White with #DA82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82AA; }
p { color: rgb(218,130,170); }
H1.HeaderClassName
{
color: #DA82AA;
}
.AnyTagClassName
{
color: #DA82AA;
}
</style>
background-color css
<style>
a { background-color: #DA82AA; }
a { background-color: rgb(218,130,170); }
div.DivClassName
{
background-color: #DA82AA;
}
.BgClassName
{
background-color: #DA82AA;
}
</style>
border-color css
<style>
span { border-color: #DA82AA; }
span { border-color: rgb(218,130,170); }
td.TdClassName
{
border-color: #DA82AA;
}
.TagClassName
{
border-color: #DA82AA;
}
</style>