Shades of Kobi #DA84A9
Tints of Kobi #DA84A9
RGB
CMYK
RGB Variations
Color information
#DA84A9 (or 0xDA84A9) is known color: Kobi. HEX triplet: DA, 84 and A9. RGB value is (218,132,169). Sum of RGB (Red+Green+Blue) = 218+132+169=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA84A9 is #257B56. Grayscale: #A1A1A1. Windows color (decimal): -2456407 or 11109594. OLE color: 11109594.
HSL color Cylindrical-coordinate representation of color #DA84A9: hue angle of 334.19º degrees, saturation: 0.54, 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 #DA84A9 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 169 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.15 |
| HSL | 334.19º | 0.54% | 0.69% | - |
| HSV(B) | 334.19º | 0.39% | 0.85% | - |
| XYZ | 44.33 | 34.27 | 41.82 | - |
| YUV | 161.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 169 | 0 | 0.39 | 0.22 | 0.15 | 334.19 | 0.54 | 0.69 |
| Hex | DA | 84 | A9 | 0 | 27 | 16 | F | 14E | 36 | 45 |
| Octal | 332 | 204 | 251 | 0 | 47 | 26 | 17 | 516 | 66 | 105 |
| Binary | 11011010 | 10000100 | 10101001 | 0 | 100111 | 10110 | 1111 | 101001110 | 110110 | 1000101 |
Color Harmonies of #DA84A9
Complementary color
Monochromatic Colors of #DA84A9
Black with #DA84A9
Text Example
Text Example
White with #DA84A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84A9; }
p { color: rgb(218,132,169); }
H1.HeaderClassName
{
color: #DA84A9;
}
.AnyTagClassName
{
color: #DA84A9;
}
</style>
background-color css
<style>
a { background-color: #DA84A9; }
a { background-color: rgb(218,132,169); }
div.DivClassName
{
background-color: #DA84A9;
}
.BgClassName
{
background-color: #DA84A9;
}
</style>
border-color css
<style>
span { border-color: #DA84A9; }
span { border-color: rgb(218,132,169); }
td.TdClassName
{
border-color: #DA84A9;
}
.TagClassName
{
border-color: #DA84A9;
}
</style>