Shades of Heliotrope #D661F3
Tints of Heliotrope #D661F3
RGB
CMYK
RGB Variations
Color information
#D661F3 (or 0xD661F3) is known color: Heliotrope. HEX triplet: D6, 61 and F3. RGB value is (214,97,243). Sum of RGB (Red+Green+Blue) = 214+97+243=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #D661F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D661F3 is #299E0C. Grayscale: #949494. Windows color (decimal): -2727437 or 15950294. OLE color: 15950294.
HSL color Cylindrical-coordinate representation of color #D661F3: hue angle of 288.08º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D661F3 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 97 | 243 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.05 |
| HSL | 288.08º | 0.86% | 0.67% | - |
| HSV(B) | 288.08º | 0.6% | 0.95% | - |
| XYZ | 48.18 | 29.32 | 87.91 | - |
| YUV | 148.63 | 181.26 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 243 | 0.12 | 0.60 | 0 | 0.05 | 288.08 | 0.86 | 0.67 |
| Hex | D6 | 61 | F3 | C | 3C | 0 | 5 | 120 | 56 | 43 |
| Octal | 326 | 141 | 363 | 14 | 74 | 0 | 5 | 440 | 126 | 103 |
| Binary | 11010110 | 1100001 | 11110011 | 1100 | 111100 | 0 | 101 | 100100000 | 1010110 | 1000011 |
Color Harmonies of #D661F3
Complementary color
Monochromatic Colors of #D661F3
Black with #D661F3
Text Example
Text Example
White with #D661F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D661F3; }
p { color: rgb(214,97,243); }
H1.HeaderClassName
{
color: #D661F3;
}
.AnyTagClassName
{
color: #D661F3;
}
</style>
background-color css
<style>
a { background-color: #D661F3; }
a { background-color: rgb(214,97,243); }
div.DivClassName
{
background-color: #D661F3;
}
.BgClassName
{
background-color: #D661F3;
}
</style>
border-color css
<style>
span { border-color: #D661F3; }
span { border-color: rgb(214,97,243); }
td.TdClassName
{
border-color: #D661F3;
}
.TagClassName
{
border-color: #D661F3;
}
</style>