Shades of Kobi #DA82A8
Tints of Kobi #DA82A8
RGB
CMYK
RGB Variations
Color information
#DA82A8 (or 0xDA82A8) is known color: Kobi. HEX triplet: DA, 82 and A8. RGB value is (218,130,168). Sum of RGB (Red+Green+Blue) = 218+130+168=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA82A8 is #257D57. Grayscale: #A0A0A0. Windows color (decimal): -2456920 or 11043546. OLE color: 11043546.
HSL color Cylindrical-coordinate representation of color #DA82A8: hue angle of 334.09º 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 #DA82A8 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 168 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.15 |
| HSL | 334.09º | 0.54% | 0.68% | - |
| HSV(B) | 334.09º | 0.4% | 0.85% | - |
| XYZ | 43.96 | 33.7 | 41.23 | - |
| YUV | 160.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 168 | 0 | 0.40 | 0.23 | 0.15 | 334.09 | 0.54 | 0.68 |
| Hex | DA | 82 | A8 | 0 | 28 | 17 | F | 14E | 36 | 44 |
| Octal | 332 | 202 | 250 | 0 | 50 | 27 | 17 | 516 | 66 | 104 |
| Binary | 11011010 | 10000010 | 10101000 | 0 | 101000 | 10111 | 1111 | 101001110 | 110110 | 1000100 |
Color Harmonies of #DA82A8
Complementary color
Monochromatic Colors of #DA82A8
Black with #DA82A8
Text Example
Text Example
White with #DA82A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82A8; }
p { color: rgb(218,130,168); }
H1.HeaderClassName
{
color: #DA82A8;
}
.AnyTagClassName
{
color: #DA82A8;
}
</style>
background-color css
<style>
a { background-color: #DA82A8; }
a { background-color: rgb(218,130,168); }
div.DivClassName
{
background-color: #DA82A8;
}
.BgClassName
{
background-color: #DA82A8;
}
</style>
border-color css
<style>
span { border-color: #DA82A8; }
span { border-color: rgb(218,130,168); }
td.TdClassName
{
border-color: #DA82A8;
}
.TagClassName
{
border-color: #DA82A8;
}
</style>