Shades of Heliotrope #DA5FFB
Tints of Heliotrope #DA5FFB
RGB
CMYK
RGB Variations
Color information
#DA5FFB (or 0xDA5FFB) is known color: Heliotrope. HEX triplet: DA, 5F and FB. RGB value is (218,95,251). Sum of RGB (Red+Green+Blue) = 218+95+251=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 95 (37.5% from 255 or 16.84% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA5FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5FFB is #25A004. Grayscale: #959595. Windows color (decimal): -2465797 or 16474074. OLE color: 16474074.
HSL color Cylindrical-coordinate representation of color #DA5FFB: hue angle of 287.31º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5FFB is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 95 | 251 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.02 |
| HSL | 287.31º | 0.95% | 0.68% | - |
| HSV(B) | 287.31º | 0.62% | 0.98% | - |
| XYZ | 50.42 | 30.05 | 94.41 | - |
| YUV | 149.56 | 185.25 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 251 | 0.13 | 0.62 | 0 | 0.02 | 287.31 | 0.95 | 0.68 |
| Hex | DA | 5F | FB | D | 3E | 0 | 2 | 11F | 5F | 44 |
| Octal | 332 | 137 | 373 | 15 | 76 | 0 | 2 | 437 | 137 | 104 |
| Binary | 11011010 | 1011111 | 11111011 | 1101 | 111110 | 0 | 10 | 100011111 | 1011111 | 1000100 |
Color Harmonies of #DA5FFB
Complementary color
Monochromatic Colors of #DA5FFB
Black with #DA5FFB
Text Example
Text Example
White with #DA5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5FFB; }
p { color: rgb(218,95,251); }
H1.HeaderClassName
{
color: #DA5FFB;
}
.AnyTagClassName
{
color: #DA5FFB;
}
</style>
background-color css
<style>
a { background-color: #DA5FFB; }
a { background-color: rgb(218,95,251); }
div.DivClassName
{
background-color: #DA5FFB;
}
.BgClassName
{
background-color: #DA5FFB;
}
</style>
border-color css
<style>
span { border-color: #DA5FFB; }
span { border-color: rgb(218,95,251); }
td.TdClassName
{
border-color: #DA5FFB;
}
.TagClassName
{
border-color: #DA5FFB;
}
</style>