Shades of Kobi #DA84AD
Tints of Kobi #DA84AD
RGB
CMYK
RGB Variations
Color information
#DA84AD (or 0xDA84AD) is known color: Kobi. HEX triplet: DA, 84 and AD. RGB value is (218,132,173). Sum of RGB (Red+Green+Blue) = 218+132+173=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA84AD is #257B52. Grayscale: #A2A2A2. Windows color (decimal): -2456403 or 11371738. OLE color: 11371738.
HSL color Cylindrical-coordinate representation of color #DA84AD: hue angle of 331.4º 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 #DA84AD is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 173 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.15 |
| HSL | 331.4º | 0.54% | 0.69% | - |
| HSV(B) | 331.4º | 0.39% | 0.85% | - |
| XYZ | 44.71 | 34.43 | 43.82 | - |
| YUV | 162.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 173 | 0 | 0.39 | 0.21 | 0.15 | 331.4 | 0.54 | 0.69 |
| Hex | DA | 84 | AD | 0 | 27 | 15 | F | 14B | 36 | 45 |
| Octal | 332 | 204 | 255 | 0 | 47 | 25 | 17 | 513 | 66 | 105 |
| Binary | 11011010 | 10000100 | 10101101 | 0 | 100111 | 10101 | 1111 | 101001011 | 110110 | 1000101 |
Color Harmonies of #DA84AD
Complementary color
Monochromatic Colors of #DA84AD
Black with #DA84AD
Text Example
Text Example
White with #DA84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84AD; }
p { color: rgb(218,132,173); }
H1.HeaderClassName
{
color: #DA84AD;
}
.AnyTagClassName
{
color: #DA84AD;
}
</style>
background-color css
<style>
a { background-color: #DA84AD; }
a { background-color: rgb(218,132,173); }
div.DivClassName
{
background-color: #DA84AD;
}
.BgClassName
{
background-color: #DA84AD;
}
</style>
border-color css
<style>
span { border-color: #DA84AD; }
span { border-color: rgb(218,132,173); }
td.TdClassName
{
border-color: #DA84AD;
}
.TagClassName
{
border-color: #DA84AD;
}
</style>