Shades of Kobi #DA83AC
Tints of Kobi #DA83AC
RGB
CMYK
RGB Variations
Color information
#DA83AC (or 0xDA83AC) is known color: Kobi. HEX triplet: DA, 83 and AC. RGB value is (218,131,172). Sum of RGB (Red+Green+Blue) = 218+131+172=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA83AC is #257C53. Grayscale: #A1A1A1. Windows color (decimal): -2456660 or 11305946. OLE color: 11305946.
HSL color Cylindrical-coordinate representation of color #DA83AC: hue angle of 331.72º 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 #DA83AC is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 172 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.15 |
| HSL | 331.72º | 0.54% | 0.68% | - |
| HSV(B) | 331.72º | 0.4% | 0.85% | - |
| XYZ | 44.48 | 34.12 | 43.27 | - |
| YUV | 161.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 172 | 0 | 0.40 | 0.21 | 0.15 | 331.72 | 0.54 | 0.68 |
| Hex | DA | 83 | AC | 0 | 28 | 15 | F | 14C | 36 | 44 |
| Octal | 332 | 203 | 254 | 0 | 50 | 25 | 17 | 514 | 66 | 104 |
| Binary | 11011010 | 10000011 | 10101100 | 0 | 101000 | 10101 | 1111 | 101001100 | 110110 | 1000100 |
Color Harmonies of #DA83AC
Complementary color
Monochromatic Colors of #DA83AC
Black with #DA83AC
Text Example
Text Example
White with #DA83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA83AC; }
p { color: rgb(218,131,172); }
H1.HeaderClassName
{
color: #DA83AC;
}
.AnyTagClassName
{
color: #DA83AC;
}
</style>
background-color css
<style>
a { background-color: #DA83AC; }
a { background-color: rgb(218,131,172); }
div.DivClassName
{
background-color: #DA83AC;
}
.BgClassName
{
background-color: #DA83AC;
}
</style>
border-color css
<style>
span { border-color: #DA83AC; }
span { border-color: rgb(218,131,172); }
td.TdClassName
{
border-color: #DA83AC;
}
.TagClassName
{
border-color: #DA83AC;
}
</style>