Shades of Kobi #DA8AAD
Tints of Kobi #DA8AAD
RGB
CMYK
RGB Variations
Color information
#DA8AAD (or 0xDA8AAD) is known color: Kobi. HEX triplet: DA, 8A and AD. RGB value is (218,138,173). Sum of RGB (Red+Green+Blue) = 218+138+173=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8AAD is #257552. Grayscale: #A5A5A5. Windows color (decimal): -2454867 or 11373274. OLE color: 11373274.
HSL color Cylindrical-coordinate representation of color #DA8AAD: hue angle of 333.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8AAD is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 173 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.15 |
| HSL | 333.75º | 0.52% | 0.7% | - |
| HSV(B) | 333.75º | 0.37% | 0.85% | - |
| XYZ | 45.54 | 36.1 | 44.1 | - |
| YUV | 165.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 173 | 0 | 0.37 | 0.21 | 0.15 | 333.75 | 0.52 | 0.7 |
| Hex | DA | 8A | AD | 0 | 25 | 15 | F | 14E | 34 | 46 |
| Octal | 332 | 212 | 255 | 0 | 45 | 25 | 17 | 516 | 64 | 106 |
| Binary | 11011010 | 10001010 | 10101101 | 0 | 100101 | 10101 | 1111 | 101001110 | 110100 | 1000110 |
Color Harmonies of #DA8AAD
Complementary color
Monochromatic Colors of #DA8AAD
Black with #DA8AAD
Text Example
Text Example
White with #DA8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8AAD; }
p { color: rgb(218,138,173); }
H1.HeaderClassName
{
color: #DA8AAD;
}
.AnyTagClassName
{
color: #DA8AAD;
}
</style>
background-color css
<style>
a { background-color: #DA8AAD; }
a { background-color: rgb(218,138,173); }
div.DivClassName
{
background-color: #DA8AAD;
}
.BgClassName
{
background-color: #DA8AAD;
}
</style>
border-color css
<style>
span { border-color: #DA8AAD; }
span { border-color: rgb(218,138,173); }
td.TdClassName
{
border-color: #DA8AAD;
}
.TagClassName
{
border-color: #DA8AAD;
}
</style>