Shades of Heliotrope #DA5CFC
Tints of Heliotrope #DA5CFC
RGB
CMYK
RGB Variations
Color information
#DA5CFC (or 0xDA5CFC) is known color: Heliotrope. HEX triplet: DA, 5C and FC. RGB value is (218,92,252). Sum of RGB (Red+Green+Blue) = 218+92+252=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 92 (36.33% from 255 or 16.37% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5CFC is #25A303. Grayscale: #939393. Windows color (decimal): -2466564 or 16538842. OLE color: 16538842.
HSL color Cylindrical-coordinate representation of color #DA5CFC: hue angle of 287.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5CFC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 92 | 252 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.01 |
| HSL | 287.25º | 0.96% | 0.67% | - |
| HSV(B) | 287.25º | 0.63% | 0.99% | - |
| XYZ | 50.31 | 29.59 | 95.15 | - |
| YUV | 147.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 252 | 0.13 | 0.63 | 0 | 0.01 | 287.25 | 0.96 | 0.67 |
| Hex | DA | 5C | FC | D | 3F | 0 | 1 | 11F | 60 | 43 |
| Octal | 332 | 134 | 374 | 15 | 77 | 0 | 1 | 437 | 140 | 103 |
| Binary | 11011010 | 1011100 | 11111100 | 1101 | 111111 | 0 | 1 | 100011111 | 1100000 | 1000011 |
Color Harmonies of #DA5CFC
Complementary color
Monochromatic Colors of #DA5CFC
Black with #DA5CFC
Text Example
Text Example
White with #DA5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5CFC; }
p { color: rgb(218,92,252); }
H1.HeaderClassName
{
color: #DA5CFC;
}
.AnyTagClassName
{
color: #DA5CFC;
}
</style>
background-color css
<style>
a { background-color: #DA5CFC; }
a { background-color: rgb(218,92,252); }
div.DivClassName
{
background-color: #DA5CFC;
}
.BgClassName
{
background-color: #DA5CFC;
}
</style>
border-color css
<style>
span { border-color: #DA5CFC; }
span { border-color: rgb(218,92,252); }
td.TdClassName
{
border-color: #DA5CFC;
}
.TagClassName
{
border-color: #DA5CFC;
}
</style>