Shades of Kobi #DA7FAE
Tints of Kobi #DA7FAE
RGB
CMYK
RGB Variations
Color information
#DA7FAE (or 0xDA7FAE) is known color: Kobi. HEX triplet: DA, 7F and AE. RGB value is (218,127,174). Sum of RGB (Red+Green+Blue) = 218+127+174=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7FAE is #258051. Grayscale: #9F9F9F. Windows color (decimal): -2457682 or 11435994. OLE color: 11435994.
HSL color Cylindrical-coordinate representation of color #DA7FAE: hue angle of 329.01º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FAE is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 174 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.15 |
| HSL | 329.01º | 0.55% | 0.68% | - |
| HSV(B) | 329.01º | 0.42% | 0.85% | - |
| XYZ | 44.14 | 33.14 | 44.11 | - |
| YUV | 159.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 174 | 0 | 0.42 | 0.20 | 0.15 | 329.01 | 0.55 | 0.68 |
| Hex | DA | 7F | AE | 0 | 2A | 14 | F | 149 | 37 | 44 |
| Octal | 332 | 177 | 256 | 0 | 52 | 24 | 17 | 511 | 67 | 104 |
| Binary | 11011010 | 1111111 | 10101110 | 0 | 101010 | 10100 | 1111 | 101001001 | 110111 | 1000100 |
Color Harmonies of #DA7FAE
Complementary color
Monochromatic Colors of #DA7FAE
Black with #DA7FAE
Text Example
Text Example
White with #DA7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FAE; }
p { color: rgb(218,127,174); }
H1.HeaderClassName
{
color: #DA7FAE;
}
.AnyTagClassName
{
color: #DA7FAE;
}
</style>
background-color css
<style>
a { background-color: #DA7FAE; }
a { background-color: rgb(218,127,174); }
div.DivClassName
{
background-color: #DA7FAE;
}
.BgClassName
{
background-color: #DA7FAE;
}
</style>
border-color css
<style>
span { border-color: #DA7FAE; }
span { border-color: rgb(218,127,174); }
td.TdClassName
{
border-color: #DA7FAE;
}
.TagClassName
{
border-color: #DA7FAE;
}
</style>