Shades of Heliotrope #DA67FF
Tints of Heliotrope #DA67FF
RGB
CMYK
RGB Variations
Color information
#DA67FF (or 0xDA67FF) is known color: Heliotrope. HEX triplet: DA, 67 and FF. RGB value is (218,103,255). Sum of RGB (Red+Green+Blue) = 218+103+255=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 103 (40.62% from 255 or 17.88% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA67FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA67FF is #259800. Grayscale: #9A9A9A. Windows color (decimal): -2463745 or 16738266. OLE color: 16738266.
HSL color Cylindrical-coordinate representation of color #DA67FF: hue angle of 285.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA67FF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 103 | 255 | - |
| CMYK | 0.15 | 0.60 | 0 | 0 |
| HSL | 285.39º | 1% | 0.7% | - |
| HSV(B) | 285.39º | 0.6% | 1% | - |
| XYZ | 51.81 | 31.83 | 98.02 | - |
| YUV | 154.71 | 184.6 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 255 | 0.15 | 0.60 | 0 | 0 | 285.39 | 1 | 0.7 |
| Hex | DA | 67 | FF | F | 3C | 0 | 0 | 11D | 64 | 46 |
| Octal | 332 | 147 | 377 | 17 | 74 | 0 | 0 | 435 | 144 | 106 |
| Binary | 11011010 | 1100111 | 11111111 | 1111 | 111100 | 0 | 0 | 100011101 | 1100100 | 1000110 |
Color Harmonies of #DA67FF
Complementary color
Monochromatic Colors of #DA67FF
Black with #DA67FF
Text Example
Text Example
White with #DA67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA67FF; }
p { color: rgb(218,103,255); }
H1.HeaderClassName
{
color: #DA67FF;
}
.AnyTagClassName
{
color: #DA67FF;
}
</style>
background-color css
<style>
a { background-color: #DA67FF; }
a { background-color: rgb(218,103,255); }
div.DivClassName
{
background-color: #DA67FF;
}
.BgClassName
{
background-color: #DA67FF;
}
</style>
border-color css
<style>
span { border-color: #DA67FF; }
span { border-color: rgb(218,103,255); }
td.TdClassName
{
border-color: #DA67FF;
}
.TagClassName
{
border-color: #DA67FF;
}
</style>