Shades of Kobi #DA82AF
Tints of Kobi #DA82AF
RGB
CMYK
RGB Variations
Color information
#DA82AF (or 0xDA82AF) is known color: Kobi. HEX triplet: DA, 82 and AF. RGB value is (218,130,175). Sum of RGB (Red+Green+Blue) = 218+130+175=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA82AF is #257D50. Grayscale: #A1A1A1. Windows color (decimal): -2456913 or 11502298. OLE color: 11502298.
HSL color Cylindrical-coordinate representation of color #DA82AF: hue angle of 329.32º 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 #DA82AF is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 175 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.15 |
| HSL | 329.32º | 0.54% | 0.68% | - |
| HSV(B) | 329.32º | 0.4% | 0.85% | - |
| XYZ | 44.63 | 33.97 | 44.76 | - |
| YUV | 161.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 175 | 0 | 0.40 | 0.20 | 0.15 | 329.32 | 0.54 | 0.68 |
| Hex | DA | 82 | AF | 0 | 28 | 14 | F | 149 | 36 | 44 |
| Octal | 332 | 202 | 257 | 0 | 50 | 24 | 17 | 511 | 66 | 104 |
| Binary | 11011010 | 10000010 | 10101111 | 0 | 101000 | 10100 | 1111 | 101001001 | 110110 | 1000100 |
Color Harmonies of #DA82AF
Complementary color
Monochromatic Colors of #DA82AF
Black with #DA82AF
Text Example
Text Example
White with #DA82AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82AF; }
p { color: rgb(218,130,175); }
H1.HeaderClassName
{
color: #DA82AF;
}
.AnyTagClassName
{
color: #DA82AF;
}
</style>
background-color css
<style>
a { background-color: #DA82AF; }
a { background-color: rgb(218,130,175); }
div.DivClassName
{
background-color: #DA82AF;
}
.BgClassName
{
background-color: #DA82AF;
}
</style>
border-color css
<style>
span { border-color: #DA82AF; }
span { border-color: rgb(218,130,175); }
td.TdClassName
{
border-color: #DA82AF;
}
.TagClassName
{
border-color: #DA82AF;
}
</style>