Shades of Heliotrope #DA81F8
Tints of Heliotrope #DA81F8
RGB
CMYK
RGB Variations
Color information
#DA81F8 (or 0xDA81F8) is known color: Heliotrope. HEX triplet: DA, 81 and F8. RGB value is (218,129,248). Sum of RGB (Red+Green+Blue) = 218+129+248=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA81F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81F8 is #257E07. Grayscale: #A8A8A8. Windows color (decimal): -2457096 or 16286170. OLE color: 16286170.
HSL color Cylindrical-coordinate representation of color #DA81F8: hue angle of 284.87º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA81F8 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 129 | 248 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.03 |
| HSL | 284.87º | 0.89% | 0.74% | - |
| HSV(B) | 284.87º | 0.48% | 0.97% | - |
| XYZ | 53.71 | 37.38 | 93.19 | - |
| YUV | 169.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 248 | 0.12 | 0.48 | 0 | 0.03 | 284.87 | 0.89 | 0.74 |
| Hex | DA | 81 | F8 | C | 30 | 0 | 3 | 11D | 59 | 4A |
| Octal | 332 | 201 | 370 | 14 | 60 | 0 | 3 | 435 | 131 | 112 |
| Binary | 11011010 | 10000001 | 11111000 | 1100 | 110000 | 0 | 11 | 100011101 | 1011001 | 1001010 |
Color Harmonies of #DA81F8
Complementary color
Monochromatic Colors of #DA81F8
Black with #DA81F8
Text Example
Text Example
White with #DA81F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81F8; }
p { color: rgb(218,129,248); }
H1.HeaderClassName
{
color: #DA81F8;
}
.AnyTagClassName
{
color: #DA81F8;
}
</style>
background-color css
<style>
a { background-color: #DA81F8; }
a { background-color: rgb(218,129,248); }
div.DivClassName
{
background-color: #DA81F8;
}
.BgClassName
{
background-color: #DA81F8;
}
</style>
border-color css
<style>
span { border-color: #DA81F8; }
span { border-color: rgb(218,129,248); }
td.TdClassName
{
border-color: #DA81F8;
}
.TagClassName
{
border-color: #DA81F8;
}
</style>