Shades of Kobi #DA8AAA
Tints of Kobi #DA8AAA
RGB
CMYK
RGB Variations
Color information
#DA8AAA (or 0xDA8AAA) is known color: Kobi. HEX triplet: DA, 8A and AA. RGB value is (218,138,170). Sum of RGB (Red+Green+Blue) = 218+138+170=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8AAA is #257555. Grayscale: #A5A5A5. Windows color (decimal): -2454870 or 11176666. OLE color: 11176666.
HSL color Cylindrical-coordinate representation of color #DA8AAA: hue angle of 336º 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 #DA8AAA is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 170 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.15 |
| HSL | 336º | 0.52% | 0.7% | - |
| HSV(B) | 336º | 0.37% | 0.85% | - |
| XYZ | 45.26 | 35.98 | 42.59 | - |
| YUV | 165.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 170 | 0 | 0.37 | 0.22 | 0.15 | 336 | 0.52 | 0.7 |
| Hex | DA | 8A | AA | 0 | 25 | 16 | F | 150 | 34 | 46 |
| Octal | 332 | 212 | 252 | 0 | 45 | 26 | 17 | 520 | 64 | 106 |
| Binary | 11011010 | 10001010 | 10101010 | 0 | 100101 | 10110 | 1111 | 101010000 | 110100 | 1000110 |
Color Harmonies of #DA8AAA
Complementary color
Monochromatic Colors of #DA8AAA
Black with #DA8AAA
Text Example
Text Example
White with #DA8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8AAA; }
p { color: rgb(218,138,170); }
H1.HeaderClassName
{
color: #DA8AAA;
}
.AnyTagClassName
{
color: #DA8AAA;
}
</style>
background-color css
<style>
a { background-color: #DA8AAA; }
a { background-color: rgb(218,138,170); }
div.DivClassName
{
background-color: #DA8AAA;
}
.BgClassName
{
background-color: #DA8AAA;
}
</style>
border-color css
<style>
span { border-color: #DA8AAA; }
span { border-color: rgb(218,138,170); }
td.TdClassName
{
border-color: #DA8AAA;
}
.TagClassName
{
border-color: #DA8AAA;
}
</style>