Shades of Heliotrope #DA85F2
Tints of Heliotrope #DA85F2
RGB
CMYK
RGB Variations
Color information
#DA85F2 (or 0xDA85F2) is known color: Heliotrope. HEX triplet: DA, 85 and F2. RGB value is (218,133,242). Sum of RGB (Red+Green+Blue) = 218+133+242=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA85F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA85F2 is #257A0D. Grayscale: #AAAAAA. Windows color (decimal): -2456078 or 15893978. OLE color: 15893978.
HSL color Cylindrical-coordinate representation of color #DA85F2: hue angle of 286.79º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA85F2 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 133 | 242 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.05 |
| HSL | 286.79º | 0.81% | 0.74% | - |
| HSV(B) | 286.79º | 0.45% | 0.95% | - |
| XYZ | 53.33 | 38.09 | 88.55 | - |
| YUV | 170.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 242 | 0.10 | 0.45 | 0 | 0.05 | 286.79 | 0.81 | 0.74 |
| Hex | DA | 85 | F2 | A | 2D | 0 | 5 | 11F | 51 | 4A |
| Octal | 332 | 205 | 362 | 12 | 55 | 0 | 5 | 437 | 121 | 112 |
| Binary | 11011010 | 10000101 | 11110010 | 1010 | 101101 | 0 | 101 | 100011111 | 1010001 | 1001010 |
Color Harmonies of #DA85F2
Complementary color
Monochromatic Colors of #DA85F2
Black with #DA85F2
Text Example
Text Example
White with #DA85F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85F2; }
p { color: rgb(218,133,242); }
H1.HeaderClassName
{
color: #DA85F2;
}
.AnyTagClassName
{
color: #DA85F2;
}
</style>
background-color css
<style>
a { background-color: #DA85F2; }
a { background-color: rgb(218,133,242); }
div.DivClassName
{
background-color: #DA85F2;
}
.BgClassName
{
background-color: #DA85F2;
}
</style>
border-color css
<style>
span { border-color: #DA85F2; }
span { border-color: rgb(218,133,242); }
td.TdClassName
{
border-color: #DA85F2;
}
.TagClassName
{
border-color: #DA85F2;
}
</style>