Shades of Heliotrope #DA5FFC
Tints of Heliotrope #DA5FFC
RGB
CMYK
RGB Variations
Color information
#DA5FFC (or 0xDA5FFC) is known color: Heliotrope. HEX triplet: DA, 5F and FC. RGB value is (218,95,252). Sum of RGB (Red+Green+Blue) = 218+95+252=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 95 (37.5% from 255 or 16.81% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA5FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5FFC is #25A003. Grayscale: #959595. Windows color (decimal): -2465796 or 16539610. OLE color: 16539610.
HSL color Cylindrical-coordinate representation of color #DA5FFC: hue angle of 287.01º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5FFC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 95 | 252 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.01 |
| HSL | 287.01º | 0.96% | 0.68% | - |
| HSV(B) | 287.01º | 0.62% | 0.99% | - |
| XYZ | 50.58 | 30.12 | 95.24 | - |
| YUV | 149.68 | 185.75 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 252 | 0.13 | 0.62 | 0 | 0.01 | 287.01 | 0.96 | 0.68 |
| Hex | DA | 5F | FC | D | 3E | 0 | 1 | 11F | 60 | 44 |
| Octal | 332 | 137 | 374 | 15 | 76 | 0 | 1 | 437 | 140 | 104 |
| Binary | 11011010 | 1011111 | 11111100 | 1101 | 111110 | 0 | 1 | 100011111 | 1100000 | 1000100 |
Color Harmonies of #DA5FFC
Complementary color
Monochromatic Colors of #DA5FFC
Black with #DA5FFC
Text Example
Text Example
White with #DA5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5FFC; }
p { color: rgb(218,95,252); }
H1.HeaderClassName
{
color: #DA5FFC;
}
.AnyTagClassName
{
color: #DA5FFC;
}
</style>
background-color css
<style>
a { background-color: #DA5FFC; }
a { background-color: rgb(218,95,252); }
div.DivClassName
{
background-color: #DA5FFC;
}
.BgClassName
{
background-color: #DA5FFC;
}
</style>
border-color css
<style>
span { border-color: #DA5FFC; }
span { border-color: rgb(218,95,252); }
td.TdClassName
{
border-color: #DA5FFC;
}
.TagClassName
{
border-color: #DA5FFC;
}
</style>