Shades of Kobi #DA83AE
Tints of Kobi #DA83AE
RGB
CMYK
RGB Variations
Color information
#DA83AE (or 0xDA83AE) is known color: Kobi. HEX triplet: DA, 83 and AE. RGB value is (218,131,174). Sum of RGB (Red+Green+Blue) = 218+131+174=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA83AE is #257C51. Grayscale: #A1A1A1. Windows color (decimal): -2456658 or 11437018. OLE color: 11437018.
HSL color Cylindrical-coordinate representation of color #DA83AE: hue angle of 330.34º 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 #DA83AE is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 174 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.15 |
| HSL | 330.34º | 0.54% | 0.68% | - |
| HSV(B) | 330.34º | 0.4% | 0.85% | - |
| XYZ | 44.67 | 34.19 | 44.29 | - |
| YUV | 161.92 | 134.82 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 174 | 0 | 0.40 | 0.20 | 0.15 | 330.34 | 0.54 | 0.68 |
| Hex | DA | 83 | AE | 0 | 28 | 14 | F | 14A | 36 | 44 |
| Octal | 332 | 203 | 256 | 0 | 50 | 24 | 17 | 512 | 66 | 104 |
| Binary | 11011010 | 10000011 | 10101110 | 0 | 101000 | 10100 | 1111 | 101001010 | 110110 | 1000100 |
Color Harmonies of #DA83AE
Complementary color
Monochromatic Colors of #DA83AE
Black with #DA83AE
Text Example
Text Example
White with #DA83AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA83AE; }
p { color: rgb(218,131,174); }
H1.HeaderClassName
{
color: #DA83AE;
}
.AnyTagClassName
{
color: #DA83AE;
}
</style>
background-color css
<style>
a { background-color: #DA83AE; }
a { background-color: rgb(218,131,174); }
div.DivClassName
{
background-color: #DA83AE;
}
.BgClassName
{
background-color: #DA83AE;
}
</style>
border-color css
<style>
span { border-color: #DA83AE; }
span { border-color: rgb(218,131,174); }
td.TdClassName
{
border-color: #DA83AE;
}
.TagClassName
{
border-color: #DA83AE;
}
</style>