Shades of Heliotrope #DA81FB
Tints of Heliotrope #DA81FB
RGB
CMYK
RGB Variations
Color information
#DA81FB (or 0xDA81FB) is known color: Heliotrope. HEX triplet: DA, 81 and FB. RGB value is (218,129,251). Sum of RGB (Red+Green+Blue) = 218+129+251=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA81FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81FB is #257E04. Grayscale: #A9A9A9. Windows color (decimal): -2457093 or 16482778. OLE color: 16482778.
HSL color Cylindrical-coordinate representation of color #DA81FB: hue angle of 283.77º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA81FB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 129 | 251 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.02 |
| HSL | 283.77º | 0.94% | 0.75% | - |
| HSV(B) | 283.77º | 0.49% | 0.98% | - |
| XYZ | 54.18 | 37.57 | 95.66 | - |
| YUV | 169.52 | 173.99 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 251 | 0.13 | 0.49 | 0 | 0.02 | 283.77 | 0.94 | 0.75 |
| Hex | DA | 81 | FB | D | 31 | 0 | 2 | 11C | 5E | 4B |
| Octal | 332 | 201 | 373 | 15 | 61 | 0 | 2 | 434 | 136 | 113 |
| Binary | 11011010 | 10000001 | 11111011 | 1101 | 110001 | 0 | 10 | 100011100 | 1011110 | 1001011 |
Color Harmonies of #DA81FB
Complementary color
Monochromatic Colors of #DA81FB
Black with #DA81FB
Text Example
Text Example
White with #DA81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81FB; }
p { color: rgb(218,129,251); }
H1.HeaderClassName
{
color: #DA81FB;
}
.AnyTagClassName
{
color: #DA81FB;
}
</style>
background-color css
<style>
a { background-color: #DA81FB; }
a { background-color: rgb(218,129,251); }
div.DivClassName
{
background-color: #DA81FB;
}
.BgClassName
{
background-color: #DA81FB;
}
</style>
border-color css
<style>
span { border-color: #DA81FB; }
span { border-color: rgb(218,129,251); }
td.TdClassName
{
border-color: #DA81FB;
}
.TagClassName
{
border-color: #DA81FB;
}
</style>