Shades of Kobi #DA83B3
Tints of Kobi #DA83B3
RGB
CMYK
RGB Variations
Color information
#DA83B3 (or 0xDA83B3) is known color: Kobi. HEX triplet: DA, 83 and B3. RGB value is (218,131,179). Sum of RGB (Red+Green+Blue) = 218+131+179=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83B3 is #257C4C. Grayscale: #A2A2A2. Windows color (decimal): -2456653 or 11764698. OLE color: 11764698.
HSL color Cylindrical-coordinate representation of color #DA83B3: hue angle of 326.9º 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 #DA83B3 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 179 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.15 |
| HSL | 326.9º | 0.54% | 0.68% | - |
| HSV(B) | 326.9º | 0.4% | 0.85% | - |
| XYZ | 45.17 | 34.39 | 46.91 | - |
| YUV | 162.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 179 | 0 | 0.40 | 0.18 | 0.15 | 326.9 | 0.54 | 0.68 |
| Hex | DA | 83 | B3 | 0 | 28 | 12 | F | 147 | 36 | 44 |
| Octal | 332 | 203 | 263 | 0 | 50 | 22 | 17 | 507 | 66 | 104 |
| Binary | 11011010 | 10000011 | 10110011 | 0 | 101000 | 10010 | 1111 | 101000111 | 110110 | 1000100 |
Color Harmonies of #DA83B3
Complementary color
Monochromatic Colors of #DA83B3
Black with #DA83B3
Text Example
Text Example
White with #DA83B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA83B3; }
p { color: rgb(218,131,179); }
H1.HeaderClassName
{
color: #DA83B3;
}
.AnyTagClassName
{
color: #DA83B3;
}
</style>
background-color css
<style>
a { background-color: #DA83B3; }
a { background-color: rgb(218,131,179); }
div.DivClassName
{
background-color: #DA83B3;
}
.BgClassName
{
background-color: #DA83B3;
}
</style>
border-color css
<style>
span { border-color: #DA83B3; }
span { border-color: rgb(218,131,179); }
td.TdClassName
{
border-color: #DA83B3;
}
.TagClassName
{
border-color: #DA83B3;
}
</style>