Shades of Heliotrope #D654FF
Tints of Heliotrope #D654FF
RGB
CMYK
RGB Variations
Color information
#D654FF (or 0xD654FF) is known color: Heliotrope. HEX triplet: D6, 54 and FF. RGB value is (214,84,255). Sum of RGB (Red+Green+Blue) = 214+84+255=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 84 (33.20% from 255 or 15.19% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #D654FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D654FF is #29AB00. Grayscale: #8D8D8D. Windows color (decimal): -2730753 or 16733398. OLE color: 16733398.
HSL color Cylindrical-coordinate representation of color #D654FF: hue angle of 285.61º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D654FF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 84 | 255 | - |
| CMYK | 0.16 | 0.67 | 0 | 0 |
| HSL | 285.61º | 1% | 0.66% | - |
| HSV(B) | 285.61º | 0.67% | 1% | - |
| XYZ | 48.95 | 27.86 | 97.4 | - |
| YUV | 142.36 | 191.57 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 255 | 0.16 | 0.67 | 0 | 0 | 285.61 | 1 | 0.66 |
| Hex | D6 | 54 | FF | 10 | 43 | 0 | 0 | 11E | 64 | 42 |
| Octal | 326 | 124 | 377 | 20 | 103 | 0 | 0 | 436 | 144 | 102 |
| Binary | 11010110 | 1010100 | 11111111 | 10000 | 1000011 | 0 | 0 | 100011110 | 1100100 | 1000010 |
Color Harmonies of #D654FF
Complementary color
Monochromatic Colors of #D654FF
Black with #D654FF
Text Example
Text Example
White with #D654FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D654FF; }
p { color: rgb(214,84,255); }
H1.HeaderClassName
{
color: #D654FF;
}
.AnyTagClassName
{
color: #D654FF;
}
</style>
background-color css
<style>
a { background-color: #D654FF; }
a { background-color: rgb(214,84,255); }
div.DivClassName
{
background-color: #D654FF;
}
.BgClassName
{
background-color: #D654FF;
}
</style>
border-color css
<style>
span { border-color: #D654FF; }
span { border-color: rgb(214,84,255); }
td.TdClassName
{
border-color: #D654FF;
}
.TagClassName
{
border-color: #D654FF;
}
</style>