Shades of Heliotrope #D661FF
Tints of Heliotrope #D661FF
RGB
CMYK
RGB Variations
Color information
#D661FF (or 0xD661FF) is known color: Heliotrope. HEX triplet: D6, 61 and FF. RGB value is (214,97,255). Sum of RGB (Red+Green+Blue) = 214+97+255=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #D661FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D661FF is #299E00. Grayscale: #959595. Windows color (decimal): -2727425 or 16736726. OLE color: 16736726.
HSL color Cylindrical-coordinate representation of color #D661FF: hue angle of 284.43º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D661FF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 97 | 255 | - |
| CMYK | 0.16 | 0.62 | 0 | 0 |
| HSL | 284.43º | 1% | 0.69% | - |
| HSV(B) | 284.43º | 0.62% | 1% | - |
| XYZ | 50.06 | 30.07 | 97.77 | - |
| YUV | 150 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 255 | 0.16 | 0.62 | 0 | 0 | 284.43 | 1 | 0.69 |
| Hex | D6 | 61 | FF | 10 | 3E | 0 | 0 | 11C | 64 | 45 |
| Octal | 326 | 141 | 377 | 20 | 76 | 0 | 0 | 434 | 144 | 105 |
| Binary | 11010110 | 1100001 | 11111111 | 10000 | 111110 | 0 | 0 | 100011100 | 1100100 | 1000101 |
Color Harmonies of #D661FF
Complementary color
Monochromatic Colors of #D661FF
Black with #D661FF
Text Example
Text Example
White with #D661FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D661FF; }
p { color: rgb(214,97,255); }
H1.HeaderClassName
{
color: #D661FF;
}
.AnyTagClassName
{
color: #D661FF;
}
</style>
background-color css
<style>
a { background-color: #D661FF; }
a { background-color: rgb(214,97,255); }
div.DivClassName
{
background-color: #D661FF;
}
.BgClassName
{
background-color: #D661FF;
}
</style>
border-color css
<style>
span { border-color: #D661FF; }
span { border-color: rgb(214,97,255); }
td.TdClassName
{
border-color: #D661FF;
}
.TagClassName
{
border-color: #D661FF;
}
</style>