Shades of Heliotrope #DA48FF
Tints of Heliotrope #DA48FF
RGB
CMYK
RGB Variations
Color information
#DA48FF (or 0xDA48FF) is known color: Heliotrope. HEX triplet: DA, 48 and FF. RGB value is (218,72,255). Sum of RGB (Red+Green+Blue) = 218+72+255=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 72 (28.52% from 255 or 13.21% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA48FF is #25B700. Grayscale: #878787. Windows color (decimal): -2471681 or 16730330. OLE color: 16730330.
HSL color Cylindrical-coordinate representation of color #DA48FF: hue angle of 287.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA48FF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 72 | 255 | - |
| CMYK | 0.15 | 0.72 | 0 | 0 |
| HSL | 287.87º | 1% | 0.64% | - |
| HSV(B) | 287.87º | 0.72% | 1% | - |
| XYZ | 49.28 | 26.76 | 97.18 | - |
| YUV | 136.52 | 194.87 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 255 | 0.15 | 0.72 | 0 | 0 | 287.87 | 1 | 0.64 |
| Hex | DA | 48 | FF | F | 48 | 0 | 0 | 120 | 64 | 40 |
| Octal | 332 | 110 | 377 | 17 | 110 | 0 | 0 | 440 | 144 | 100 |
| Binary | 11011010 | 1001000 | 11111111 | 1111 | 1001000 | 0 | 0 | 100100000 | 1100100 | 1000000 |
Color Harmonies of #DA48FF
Complementary color
Monochromatic Colors of #DA48FF
Black with #DA48FF
Text Example
Text Example
White with #DA48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA48FF; }
p { color: rgb(218,72,255); }
H1.HeaderClassName
{
color: #DA48FF;
}
.AnyTagClassName
{
color: #DA48FF;
}
</style>
background-color css
<style>
a { background-color: #DA48FF; }
a { background-color: rgb(218,72,255); }
div.DivClassName
{
background-color: #DA48FF;
}
.BgClassName
{
background-color: #DA48FF;
}
</style>
border-color css
<style>
span { border-color: #DA48FF; }
span { border-color: rgb(218,72,255); }
td.TdClassName
{
border-color: #DA48FF;
}
.TagClassName
{
border-color: #DA48FF;
}
</style>