Shades of Heliotrope #DA5CFB
Tints of Heliotrope #DA5CFB
RGB
CMYK
RGB Variations
Color information
#DA5CFB (or 0xDA5CFB) is known color: Heliotrope. HEX triplet: DA, 5C and FB. RGB value is (218,92,251). Sum of RGB (Red+Green+Blue) = 218+92+251=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA5CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5CFB is #25A304. Grayscale: #939393. Windows color (decimal): -2466565 or 16473306. OLE color: 16473306.
HSL color Cylindrical-coordinate representation of color #DA5CFB: hue angle of 287.55º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5CFB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 92 | 251 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.02 |
| HSL | 287.55º | 0.95% | 0.67% | - |
| HSV(B) | 287.55º | 0.63% | 0.98% | - |
| XYZ | 50.15 | 29.52 | 94.32 | - |
| YUV | 147.8 | 186.24 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 251 | 0.13 | 0.63 | 0 | 0.02 | 287.55 | 0.95 | 0.67 |
| Hex | DA | 5C | FB | D | 3F | 0 | 2 | 120 | 5F | 43 |
| Octal | 332 | 134 | 373 | 15 | 77 | 0 | 2 | 440 | 137 | 103 |
| Binary | 11011010 | 1011100 | 11111011 | 1101 | 111111 | 0 | 10 | 100100000 | 1011111 | 1000011 |
Color Harmonies of #DA5CFB
Complementary color
Monochromatic Colors of #DA5CFB
Black with #DA5CFB
Text Example
Text Example
White with #DA5CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5CFB; }
p { color: rgb(218,92,251); }
H1.HeaderClassName
{
color: #DA5CFB;
}
.AnyTagClassName
{
color: #DA5CFB;
}
</style>
background-color css
<style>
a { background-color: #DA5CFB; }
a { background-color: rgb(218,92,251); }
div.DivClassName
{
background-color: #DA5CFB;
}
.BgClassName
{
background-color: #DA5CFB;
}
</style>
border-color css
<style>
span { border-color: #DA5CFB; }
span { border-color: rgb(218,92,251); }
td.TdClassName
{
border-color: #DA5CFB;
}
.TagClassName
{
border-color: #DA5CFB;
}
</style>