Shades of Heliotrope #DA67F0
Tints of Heliotrope #DA67F0
RGB
CMYK
RGB Variations
Color information
#DA67F0 (or 0xDA67F0) is known color: Heliotrope. HEX triplet: DA, 67 and F0. RGB value is (218,103,240). Sum of RGB (Red+Green+Blue) = 218+103+240=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA67F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA67F0 is #25980F. Grayscale: #989898. Windows color (decimal): -2463760 or 15755226. OLE color: 15755226.
HSL color Cylindrical-coordinate representation of color #DA67F0: hue angle of 290.36º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA67F0 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 103 | 240 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.06 |
| HSL | 290.37º | 0.82% | 0.67% | - |
| HSV(B) | 290.37º | 0.57% | 0.94% | - |
| XYZ | 49.49 | 30.9 | 85.79 | - |
| YUV | 153 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 240 | 0.09 | 0.57 | 0 | 0.06 | 290.37 | 0.82 | 0.67 |
| Hex | DA | 67 | F0 | 9 | 39 | 0 | 6 | 122 | 52 | 43 |
| Octal | 332 | 147 | 360 | 11 | 71 | 0 | 6 | 442 | 122 | 103 |
| Binary | 11011010 | 1100111 | 11110000 | 1001 | 111001 | 0 | 110 | 100100010 | 1010010 | 1000011 |
Color Harmonies of #DA67F0
Complementary color
Monochromatic Colors of #DA67F0
Black with #DA67F0
Text Example
Text Example
White with #DA67F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA67F0; }
p { color: rgb(218,103,240); }
H1.HeaderClassName
{
color: #DA67F0;
}
.AnyTagClassName
{
color: #DA67F0;
}
</style>
background-color css
<style>
a { background-color: #DA67F0; }
a { background-color: rgb(218,103,240); }
div.DivClassName
{
background-color: #DA67F0;
}
.BgClassName
{
background-color: #DA67F0;
}
</style>
border-color css
<style>
span { border-color: #DA67F0; }
span { border-color: rgb(218,103,240); }
td.TdClassName
{
border-color: #DA67F0;
}
.TagClassName
{
border-color: #DA67F0;
}
</style>